mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Added deferred to core. Used internally for DOM readyness and ajax callbacks.
This commit is contained in:
parent
43828b7482
commit
39d96ab8c5
@ -800,7 +800,7 @@ jQuery.extend({
|
||||
deferred = {
|
||||
|
||||
// then( f1, f2, ...)
|
||||
then: function () {
|
||||
then: function() {
|
||||
|
||||
if ( ! cancelled ) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user