99x / boilerplatejs

Your own boilerplate code to start your next big javascript project. We incorporate the best design practices with best in market open source libraries.
MIT License
278 stars 79 forks source link

Remove hash tag #23

Open anandafit opened 11 years ago

anandafit commented 11 years ago

Because of boilerplate using its own router class seems to be it not support remove hash tags with the browsers which support html5 push state in the following way

Backbone.history.start({hashChange:false, pushState:true})