PaulKinlan / leviroutes

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

routes.js is broken #9

Closed btknorr closed 12 years ago

btknorr commented 12 years ago

line 56 causes the script to fail and the get-example to break. Please change line 56 to be:

  if(e && e.target instanceof HTMLFormElement) {

Thanks,

Brian