aboutsummaryrefslogtreecommitdiffstats
path: root/test/index.html
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2009-12-06 17:19:33 -0500
committerJohn Resig <jeresig@gmail.com>2009-12-06 17:19:33 -0500
commitebad701751689b773afe29d1e3c4532c7810d02a (patch)
tree20358b0c3113083e491919ac0f8ec243baa0fb55 /test/index.html
parent87ba780c69ac1af04afc40f2da39282d917f9108 (diff)
downloadjquery-ebad701751689b773afe29d1e3c4532c7810d02a.tar.gz
jquery-ebad701751689b773afe29d1e3c4532c7810d02a.zip
Split the queue code out from data.js into a dedicated queue.js file (also split tests accordingly).
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 5c18f4f6a..6d34672d3 100644
--- a/test/index.html
+++ b/test/index.html
@@ -12,6 +12,7 @@
<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/queue.js"></script>
<script type="text/javascript" src="unit/attributes.js"></script>
<script type="text/javascript" src="unit/css.js"></script>
<script type="text/javascript" src="unit/traversing.js"></script>