DOM Inspector update - tons of crash fixes, js error fixes, performance and usability improvements, r=jag, sr=hyatt

This commit is contained in:
hewitt%netscape.com 2006-07-27 14:27:04 +00:00
parent 11eb178d21
commit 153018863b

View File

@ -112,6 +112,16 @@ JSObjectViewer.prototype =
{
},
isCommandEnabled: function(aCommand)
{
return false;
},
getCommand: function(aCommand)
{
return null;
},
////////////////////////////////////////////////////////////////////////////
//// event dispatching