Bug 381925 - JS Warnings when selecting download location. r=enndeakin

This commit is contained in:
sdwilsh@shawnwilsher.com 2007-05-24 21:26:14 -07:00
parent ce2bd1916d
commit 16e473af3d

View File

@ -343,12 +343,6 @@ HelperApps.prototype = {
}
return this._inner.HasAssertion(aSource, aProperty, aTarget, aTruthValue);
},
AddObserver: function (aObserver) {
this._inner.AddObserver(aObserver);
},
RemoveObserver: function (aObserver) {
this._inner.RemoveObserver(aObserver);
},
ArcLabelsIn: function (aNode) {
return this._inner.ArcLabelsIn(aNode);
},