olivernn / davis.js

RESTful degradable JavaScript routing using pushState
http://davisjs.com
532 stars 58 forks source link

Changed request.location and history.current to use query string #16

Closed hleinone closed 12 years ago

hleinone commented 12 years ago

In addition, fixed a minor typo in the documentation and also changed the request.toString to use query string. Includes tests that cover these modifications.

olivernn commented 12 years ago

This has been fixed in the latest release, 0.6.2. Thanks for the patch.