Skip to content

Commit

Permalink
Added deferred to core. Used internally for DOM readyness and ajax ca…
Browse files Browse the repository at this point in the history
…llbacks.
  • Loading branch information
jaubourg authored and jaubourg committed Dec 31, 2010
1 parent 43828b7 commit 39d96ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.js
Expand Up @@ -800,7 +800,7 @@ jQuery.extend({
deferred = {

// then( f1, f2, ...)
then: function () {
then: function() {

if ( ! cancelled ) {

Expand Down

0 comments on commit 39d96ab

Please sign in to comment.