fortes / history.js

[Not Maintained!] HTML5 History APIs for legacy browsers. Implements window.history.pushState(), window.history.replaceState(), and the window.onpopstate event.
172 stars 12 forks source link

Added eventListener support #3

Open pfleidi opened 13 years ago

pfleidi commented 13 years ago

Hi Filipe,

I've worked on a little project using pushState. Because I wanted to support at least Firefox 3.6, I started using history.js. But I ran into some complications:

I've managed to fix this issues. Maybe you can review my changes and merge them back, if you want to.

regards, Sven 'pfleidi' Pfleiderer