Backing out these changes, they were subsumed by bug 387084 and weren't really right anyway. bug 387053

This commit is contained in:
mrbkap@gmail.com 2007-07-06 17:57:08 -07:00
Родитель 64787603dd
Коммит 9e49cd5542
3 изменённых файлов: 3 добавлений и 6 удалений

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

@ -27,8 +27,7 @@
<commandset id="mainCommandSet">
<command id="Tasks:Inspector" oncommand="inspectDOMDocument();"/>
<command id="Tasks:InspectPage"
oncommand="inspectDOMDocument(content.document.wrappedJSObject);"/>
<command id="Tasks:InspectPage" oncommand="inspectDOMDocument(content.document);"/>
</commandset>
<keyset id="mainKeyset">

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

@ -28,8 +28,7 @@
<commandset id="calendar_commands">
<command id="Tasks:Inspector" oncommand="inspectDOMDocument();"/>
<command id="Tasks:InspectPage"
oncommand="inspectDOMDocument(window.document.wrappedJSObject);"/>
<command id="Tasks:InspectPage" oncommand="inspectDOMDocument(window.document);"/>
</commandset>
<keyset id="tasksKeys">

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

@ -29,8 +29,7 @@
<commandset id="tasksCommands">
<command id="Tasks:Inspector" oncommand="inspectDOMDocument();"/>
<command id="Tasks:InspectPage"
oncommand="inspectDOMDocument(_content.document.wrappedJSObject);"/>
<command id="Tasks:InspectPage" oncommand="inspectDOMDocument(_content.document);"/>
</commandset>
<keyset id="tasksKeys">