forked from mirrors/gecko-dev
DOM Inspector update - tons of crash fixes, js error fixes, performance and usability improvements, r=jag, sr=hyatt
This commit is contained in:
parent
11eb178d21
commit
153018863b
1 changed files with 10 additions and 0 deletions
|
|
@ -112,6 +112,16 @@ JSObjectViewer.prototype =
|
|||
{
|
||||
},
|
||||
|
||||
isCommandEnabled: function(aCommand)
|
||||
{
|
||||
return false;
|
||||
},
|
||||
|
||||
getCommand: function(aCommand)
|
||||
{
|
||||
return null;
|
||||
},
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
//// event dispatching
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue