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

Incorrect check for jQuery Object #266

Open s7726 opened 5 years ago

s7726 commented 5 years ago

https://github.com/quirkey/sammy/blob/245dd7f8869b708b31eed552512e9cdf0f0df501/lib/sammy.js#L1681

Should be: if (location.jquery) {