-
Notifications
You must be signed in to change notification settings - Fork 20.6k
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
jQuery.when doesn't recognize solitary thenables #2546
Comments
And I thought I was going crazy...
Currently outputs "Should not be here" to the console. |
timmywil
added a commit
to timmywil/jquery
that referenced
this issue
Nov 11, 2015
timmywil
added a commit
to timmywil/jquery
that referenced
this issue
Nov 11, 2015
timmywil
added a commit
to timmywil/jquery
that referenced
this issue
Nov 11, 2015
timmywil
added a commit
to timmywil/jquery
that referenced
this issue
Nov 13, 2015
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
jQuery.when( a )
does not look for athen
method on its argument, which differs from its behavior in longerjQuery.when( a, … )
invocations. It should treat non-Deferred
thenables identically in both cases.http://jsfiddle.net/0r62we79/9/
The text was updated successfully, but these errors were encountered: