-
Notifications
You must be signed in to change notification settings - Fork 264
jQuery.isFunction: ambiguous criteria #1034
New issue
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
Comments
@timmywil do you think it's worth clarifying considering that we have deprecated it? |
gibson042
added a commit
to gibson042/api.jquery.com
that referenced
this issue
Jan 30, 2018
That's no longer true in the latest jQuery (and, AFAIK, that has never been a purpose). |
Thanks for the answer @mgol. Closing the issue. |
AurelioDeRosa
pushed a commit
that referenced
this issue
Jan 30, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See also jquery/jquery#3600.
The description says:
api.jquery.com/entries/jQuery.isFunction.xml
Line 10 in d622e12
JavaScript function object is ambiguous. There are some candidates:
(ECMAScript 2016 Language Specification)
Neither of them matches the actual implementation;
jQuery.isFunction
tests@@toStringTag
.The text was updated successfully, but these errors were encountered: