Skip to content

Instantly share code, notes, and snippets.

@xabolcs
xabolcs / prototypes.js
Created April 26, 2011 21:50
useless setCurrentURI() in BarTabWebNavigation
...
/*** These methods and properties are simply passed through. ***/
setCurrentURI: function (aURI) {
Cu.reportError("BT.setCurrentURIed: " + aURI.spec);
},
goBack: function () {
return this._original.goBack();
},
...