Skip to content

Instantly share code, notes, and snippets.

@claudenobs
Forked from xabolcs/prototypes.js
Created May 2, 2011 13:04
Show Gist options
  • Save claudenobs/951580 to your computer and use it in GitHub Desktop.
Save claudenobs/951580 to your computer and use it in GitHub Desktop.
possibly working setCurrentURI() in BarTabWebNavigation
...
/*** These methods and properties are simply passed through. ***/
setCurrentURI: function(aURI) {
return this._original.setCurrentURI(aURI);
},
goBack: function () {
return this._original.goBack();
},
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment