quirkey/sammy

Incorrect check for jQuery Object

Opened this issue · 0 comments

s7726 commented

if (location.selector) {

Should be:
if (location.jquery) {