Skip to content

Instantly share code, notes, and snippets.

@rainerborene
Created August 13, 2010 21:19
Show Gist options
  • Save rainerborene/523564 to your computer and use it in GitHub Desktop.
Save rainerborene/523564 to your computer and use it in GitHub Desktop.
Sammy.HashLocationProxy.prototype.getLocation = function() {
return [window.location.pathname, window.location.hash].join('');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment