aboutsummaryrefslogtreecommitdiffstats
path: root/test/index.html
diff options
context:
space:
mode:
authorAriel Flesler <aflesler@gmail.com>2008-12-30 02:31:26 +0000
committerAriel Flesler <aflesler@gmail.com>2008-12-30 02:31:26 +0000
commit4afa60835146e71c0e57b492a1cca278eaf1ef9c (patch)
tree5fc6e4161c21a3a3ccd6a76d97e787183f31f057 /test/index.html
parent1b0276dc57cbca869027ba19986b0810f7042854 (diff)
downloadjquery-4afa60835146e71c0e57b492a1cca278eaf1ef9c.tar.gz
jquery-4afa60835146e71c0e57b492a1cca278eaf1ef9c.zip
jquery data: Closes #3539. Exposed jQuery.queue. Moved all the data and queue functions to their own module. Made the dequeue function more generic(designed to be used on functions). Closes #3748. Reverted a previous modification.
Diffstat (limited to 'test/index.html')
-rw-r--r--test/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/index.html b/test/index.html
index 6409ee121..9a0eccb3e 100644
--- a/test/index.html
+++ b/test/index.html
@@ -15,6 +15,7 @@
<script type="text/javascript" src="qunit/testrunner.js"></script>
<script type="text/javascript" src="data/testrunner.js"></script>
<script type="text/javascript" src="unit/core.js"></script>
+ <script type="text/javascript" src="unit/data.js"></script>
<script type="text/javascript" src="unit/dimensions.js"></script>
<script type="text/javascript" src="unit/selector.js"></script>
<script type="text/javascript" src="unit/event.js"></script>