quirkey / sammy

Sammy is a tiny javascript framework built on top of jQuery, It's RESTful Evented Javascript.
http://sammyjs.org
MIT License
2.99k stars 384 forks source link

Allow more liberal matching of template names #188

Closed trengrj closed 10 years ago

trengrj commented 11 years ago

This small change allows the template name to match when GET parameters are tacked on the end.

i.e. main.template?version=0.10 is still a .template file

trengrj commented 11 years ago

This pull request now passes all tests (including the extra one I have added). Tried to make minimal changes to the regex.

endor commented 10 years ago

Thanks.