PaulKinlan / leviroutes

A basic routes framework for JS that hooks in to HTML5 history
Apache License 2.0
229 stars 25 forks source link

Add an event to pushState so that we can handle the in-app navigation #8

Closed PaulKinlan closed 13 years ago

PaulKinlan commented 13 years ago

onpopstate is only fired when you navigate forwards or backwards - we need to be alerted to when pushState is called so that we can match changes against logic.