We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think there should be typeof operator here selector == 'string'.
typeof
selector == 'string'
if (doc.getElementsByClassName && selector == 'string' && (m = selector.match(classOnly))) { ... // to if (doc.getElementsByClassName && typeof selector == 'string' && (m = selector.match(classOnly))) {
Source: https://github.com/ded/qwery/blob/master/qwery.js#L81
The text was updated successfully, but these errors were encountered:
Issue Number ded#97 & ded#106 Is Fixed , Excessive Argument Have Been…
3acb1ce
… Deleted & One Operator Was Missing That Is Handled In This Commit
No branches or pull requests
I think there should be
typeof
operator hereselector == 'string'
.Source: https://github.com/ded/qwery/blob/master/qwery.js#L81
The text was updated successfully, but these errors were encountered: