mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 12:17:55 -05:00
Added deferred to core. Used internally for DOM readyness and ajax callbacks.
This commit is contained in:
@@ -800,7 +800,7 @@ jQuery.extend({
|
||||
deferred = {
|
||||
|
||||
// then( f1, f2, ...)
|
||||
then: function () {
|
||||
then: function() {
|
||||
|
||||
if ( ! cancelled ) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user