aboutsummaryrefslogtreecommitdiffstats
path: root/test/index.html
diff options
context:
space:
mode:
authorjaubourg <j@ubourg.net>2011-09-12 17:37:41 +0200
committertimmywil <timmywillisn@gmail.com>2011-09-19 15:42:30 -0400
commit4092e3d2754e3847cd3159edb23184d4cfd4cf03 (patch)
tree79a0a58644939da906ec750281488beee862a41d /test/index.html
parent1878885fb7a09b65d95980a9b7dce2df2944e4f9 (diff)
downloadjquery-4092e3d2754e3847cd3159edb23184d4cfd4cf03.tar.gz
jquery-4092e3d2754e3847cd3159edb23184d4cfd4cf03.zip
$.Callbacks, $.Topic and notify/progress on $.Deferred.
Diffstat (limited to 'test/index.html')
-rw-r--r--test/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/index.html b/test/index.html
index 05a444e01..10c2e5f6c 100644
--- a/test/index.html
+++ b/test/index.html
@@ -9,7 +9,9 @@
<script src="data/testinit.js"></script>
<script src="../src/core.js"></script>
+ <script src="../src/callbacks.js"></script>
<script src="../src/deferred.js"></script>
+ <script src="../src/topic.js"></script>
<script src="../src/support.js"></script>
<script src="../src/data.js"></script>
<script src="../src/queue.js"></script>
@@ -35,7 +37,9 @@
<script src="unit/core.js"></script>
<script src="unit/support.js"></script>
+ <script src="unit/callbacks.js"></script>
<script src="unit/deferred.js"></script>
+ <script src="unit/topic.js"></script>
<script src="unit/data.js"></script>
<script src="unit/queue.js"></script>
<script src="unit/attributes.js"></script>