We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i have two pages:index & about, enter browser my url and GO to about page:http://localhost:8888/#about my backbone history config :
Backbone.history.start({ root : '', pushState:false, hashChange : true });
so browser give me index page ,but not about page, why? i notice that,u overrite class Backbone.Histroy.getFragment, it leaves a bug,i think
oh , backbone use _usePushState for if condition, not _hasPushState
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i have two pages:index & about,
enter browser my url and GO to about page:http://localhost:8888/#about
my backbone history config :
so browser give me index page ,but not about page, why?
i notice that,u overrite class Backbone.Histroy.getFragment,
it leaves a bug,i think
oh , backbone use _usePushState for if condition, not _hasPushState
The text was updated successfully, but these errors were encountered: