Skip to content

Instantly share code, notes, and snippets.

@asifj
Created June 1, 2012 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asifj/2851392 to your computer and use it in GitHub Desktop.
Save asifj/2851392 to your computer and use it in GitHub Desktop.
backbone navigate override
navigate: function(fragment, trigger) {
return Backbone.Router.prototype.navigate('/home'+fragment, trigger);
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment