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
parent d3b7705695
commit 5ea32ebe0a
3 changed files with 3 additions and 6 deletions

View File

@ -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">

View File

@ -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">

View File

@ -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">