aboutsummaryrefslogtreecommitdiffstats
path: root/test/index.html
diff options
context:
space:
mode:
authortimmywil <timmywillisn@gmail.com>2012-06-27 00:31:19 -0400
committertimmywil <timmywillisn@gmail.com>2012-06-27 00:41:33 -0400
commitad2221853f839c15305f539b7b373241dfb6d628 (patch)
tree83b74af1850ac7335456f4f0cd531695d1a17c7f /test/index.html
parent3c86547a3b841807c4744af0fa4ee3894cc17a33 (diff)
downloadjquery-ad2221853f839c15305f539b7b373241dfb6d628.tar.gz
jquery-ad2221853f839c15305f539b7b373241dfb6d628.zip
Update Sizzle: reduced size. Add Sizzle's utilities.js to unit tests
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 a3a2b6f58..9593e95a1 100644
--- a/test/index.html
+++ b/test/index.html
@@ -41,6 +41,7 @@
<script src="unit/attributes.js"></script>
<script src="unit/event.js"></script>
<script src="../src/sizzle/test/unit/selector.js"></script>
+ <script src="../src/sizzle/test/unit/utilities.js"></script>
<script src="unit/selector.js"></script>
<script src="unit/traversing.js"></script>
<script src="unit/manipulation.js"></script>