aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.js
diff options
context:
space:
mode:
authorjaubourg <aubourg.julian@gmail.com>2010-12-20 19:09:15 +0100
committerjaubourg <j@ubourg.net>2010-12-31 04:01:39 +0100
commit39d96ab8c55a044deccaff0ef8bc2c5813656368 (patch)
tree4d0eed9cbb5c01cfa516baa0d79a181659a9cff1 /src/core.js
parent43828b7482d33e4ee96f482779b98528b7266ea2 (diff)
downloadjquery-39d96ab8c55a044deccaff0ef8bc2c5813656368.tar.gz
jquery-39d96ab8c55a044deccaff0ef8bc2c5813656368.zip
Added deferred to core. Used internally for DOM readyness and ajax callbacks.
Diffstat (limited to 'src/core.js')
-rw-r--r--src/core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.js b/src/core.js
index 34d8094a0..79ea5cebc 100644
--- a/src/core.js
+++ b/src/core.js
@@ -800,7 +800,7 @@ jQuery.extend({
deferred = {
// then( f1, f2, ...)
- then: function () {
+ then: function() {
if ( ! cancelled ) {