(Debug builds only) Open DOM Inspector on the XUL document of the current window.

This commit is contained in:
Florian Quèze 2011-03-02 23:58:23 +01:00
Родитель a3d19fea79
Коммит ae1ff4428c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -21,7 +21,7 @@ var debug = {
},
inspector: function debug_inspector() {
inspectDOMDocument();
inspectDOMDocument(document);
},
garbageCollect: function debug_garbageCollect() {