Removed NFE to make old Safari happy and avoid leaks in IE (as per David Murdoch...
[jquery.git] / src / core.js
index 79ea5ce..34d8094 100644 (file)
@@ -800,7 +800,7 @@ jQuery.extend({
                        deferred  = {
                                
                                // then( f1, f2, ...)
-                               then: function() {
+                               then: function () {
                                        
                                        if ( ! cancelled ) {