Bug 99808 javascript errors in nsSidebar.js

patch by jband r=sgehani sr=jst


git-svn-id: svn://10.0.0.236/trunk@111775 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mac.com
2002-01-10 01:58:31 +00:00
parent 65b28b845b
commit eee97623a2

View File

@@ -331,6 +331,12 @@ nsSidebar.prototype.flags = nsIClassInfo.DOM_OBJECT;
// property of nsIClassInfo
nsSidebar.prototype.classDescription = "Sidebar";
// method of nsIClassInfo
nsSidebar.prototype.getInterfaces = function(c) {c.value = 0; return null;}
// method of nsIClassInfo
nsSidebar.prototype.getHelperForLanguage = function() {return null;}
nsSidebar.prototype.QueryInterface =
function (iid) {
if (!iid.equals(nsISidebar) &&