mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
With all of the ready calls removed internally, ready was never kicked off. Add a call in the ready module to ensure ready is checked.
This commit is contained in:
parent
bbbdd94725
commit
73e120116c
@ -89,4 +89,7 @@ jQuery.ready.promise = function( obj ) {
|
|||||||
return readyList.promise( obj );
|
return readyList.promise( obj );
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Kick off the DOM ready check even if the user does not
|
||||||
|
jQuery.ready.promise();
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user