PaulKinlan / leviroutes

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

Place Form elements on the params object #6

Closed PaulKinlan closed 13 years ago

PaulKinlan commented 13 years ago

When intercepting form POST events the params object does not have any arguments - make it so that the developer can inspect "params" to get the values of objects.