diff options
author | timmywil <timmywillisn@gmail.com> | 2011-11-17 14:48:27 -0500 |
---|---|---|
committer | timmywil <timmywillisn@gmail.com> | 2011-11-17 14:48:27 -0500 |
commit | 3d6237ef8aff8a31ace3e956e2700aa11e3da752 (patch) | |
tree | 4110599b2bd586425cdb0d1c1592d5cbce7f0daa /test/index.html | |
parent | 0de484d48338eda67c4e70e41654eb6593705dfc (diff) | |
download | jquery-3d6237ef8aff8a31ace3e956e2700aa11e3da752.tar.gz jquery-3d6237ef8aff8a31ace3e956e2700aa11e3da752.zip |
Remove the invisible body in support; Add temporary tests to verify correct support completions for upcoming support changes.
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/index.html b/test/index.html index 0d518f1ac..3ebc27f2d 100644 --- a/test/index.html +++ b/test/index.html @@ -36,9 +36,9 @@ <script src="data/testrunner.js"></script> <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/support.js"></script> <script src="unit/data.js"></script> <script src="unit/queue.js"></script> <script src="unit/attributes.js"></script> |