browserstate / history.js

History.js gracefully supports the HTML5 History/State APIs (pushState, replaceState, onPopState) in all browsers. Including continued support for data, titles, replaceState. Supports jQuery, MooTools and Prototype. For HTML5 browsers this means that you can modify the URL directly, without needing to use hashes anymore. For HTML4 browsers it will revert back to using the old onhashchange functionality.
http://browserstate.github.com/history.js/demo/
Other
10.74k stars 1.35k forks source link

Minification error on compressed/history.js #416

Open volkovasystems opened 9 years ago

volkovasystems commented 9 years ago

Column 4455 of compressed/history.js has // therefore the entire succeeding line becomes commented. Luckily it does not become erroneous. I suggest to either use RegExp or enclosed it in ( ) parentheses.

Breefield commented 9 years ago

Yes seeing this problem as well.