diff options
author | timmywil <timmywillisn@gmail.com> | 2012-06-27 00:31:19 -0400 |
---|---|---|
committer | timmywil <timmywillisn@gmail.com> | 2012-06-27 00:41:33 -0400 |
commit | ad2221853f839c15305f539b7b373241dfb6d628 (patch) | |
tree | 83b74af1850ac7335456f4f0cd531695d1a17c7f /test/index.html | |
parent | 3c86547a3b841807c4744af0fa4ee3894cc17a33 (diff) | |
download | jquery-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.html | 1 |
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> |