зеркало из https://github.com/mozilla/pjs.git
Bug 362047: fix bustage fix
This commit is contained in:
Родитель
5fa72a6e17
Коммит
3c84270ee8
|
@ -881,7 +881,7 @@ DOMViewer.prototype =
|
|||
this.setWhitespaceNodes(PrefUtils.getPref("inspector.dom.showWhitespaceNodes"));
|
||||
|
||||
if (aName == "inspector.dom.showAccessibleNodes")
|
||||
this.setAccessibleNodes(PrefUtils.getPref("inspector.dom.showAccessibleNodes", true));
|
||||
this.setAccessibleNodes(PrefUtils.getPref("inspector.dom.showAccessibleNodes"), true);
|
||||
|
||||
if (aName == "inspector.blink.on")
|
||||
this.setFlashSelected(PrefUtils.getPref("inspector.blink.on"));
|
||||
|
|
Загрузка…
Ссылка в новой задаче