Jan
6th
12
Fri
6th
12
Ignore initial popstate
Within Mike Taylor’s demo for Introducing the HTML5 History API, you’ll find this note:
window.addEventListener('popstate', function(e){ // be nice to Chrome, the spec changed // and they haven't caught up yet // http://code.google.com/p/chromium/issues/detail?id=63040 if (history.state){...