Skip to content
Permalink
Browse files
Added deferred to core. Used internally for DOM readyness and ajax ca…
…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.
@@ -800,7 +800,7 @@ jQuery.extend({
deferred = {

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

if ( ! cancelled ) {

0 comments on commit 39d96ab

Please sign in to comment.