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 34d8094..79ea5ce 100644 (file)
@@ -800,7 +800,7 @@ jQuery.extend({
                        deferred  = {
                                
                                // then( f1, f2, ...)
-                               then: function () {
+                               then: function() {
                                        
                                        if ( ! cancelled ) {