diff options
author | jaubourg <j@ubourg.net> | 2011-03-03 19:38:06 +0100 |
---|---|---|
committer | jaubourg <j@ubourg.net> | 2011-03-03 19:38:06 +0100 |
commit | 2d0bc7ce72ab8d64da0506a88c8cc543ce3ceaba (patch) | |
tree | 2079117d0da1dbe2500e3aa78c5f0ff60a453ba3 /test/index.html | |
parent | c1279895f3f33cacc08e508c2409b587c0e6a5a2 (diff) | |
download | jquery-2d0bc7ce72ab8d64da0506a88c8cc543ce3ceaba.tar.gz jquery-2d0bc7ce72ab8d64da0506a88c8cc543ce3ceaba.zip |
Moves Deferred-related code into a separate module. Context handling has been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization).
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/index.html b/test/index.html index d62131530..c7c2ae55d 100644 --- a/test/index.html +++ b/test/index.html @@ -9,6 +9,7 @@ <script src="data/testinit.js"></script> <script src="../src/core.js"></script> + <script src="../src/deferred.js"></script> <script src="../src/support.js"></script> <script src="../src/data.js"></script> <script src="../src/queue.js"></script> @@ -31,6 +32,7 @@ <script src="data/testrunner.js"></script> <script src="unit/core.js"></script> + <script src="unit/deferred.js"></script> <script src="unit/data.js"></script> <script src="unit/queue.js"></script> <script src="unit/attributes.js"></script> |