]> source.dussan.org Git - jquery.git/commitdiff
Added deferred to core. Used internally for DOM readyness and ajax callbacks.
authorjaubourg <aubourg.julian@gmail.com>
Mon, 20 Dec 2010 18:09:15 +0000 (19:09 +0100)
committerjaubourg <j@ubourg.net>
Fri, 31 Dec 2010 03:01:39 +0000 (04:01 +0100)
src/core.js

index 34d8094a020a2beba873e6233882acaee52f823c..79ea5cebcc1b5baa77077dfbcecb5ea0eb674437 100644 (file)
@@ -800,7 +800,7 @@ jQuery.extend({
                        deferred  = {
                                
                                // then( f1, f2, ...)
-                               then: function () {
+                               then: function() {
                                        
                                        if ( ! cancelled ) {