diff options
author | John Resig <jeresig@gmail.com> | 2007-10-20 22:04:06 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2007-10-20 22:04:06 +0000 |
commit | 1ac9d6fbeed214d59ea5c31a87ff2c19bb08dbc8 (patch) | |
tree | 800a366960adaa6c173c02a8ceaf370b30620383 /test/index.html | |
parent | 5736e8d90d5c7961e19cb707301d9f58daa0aa3b (diff) | |
download | jquery-1ac9d6fbeed214d59ea5c31a87ff2c19bb08dbc8.tar.gz jquery-1ac9d6fbeed214d59ea5c31a87ff2c19bb08dbc8.zip |
Added a fix for .noConflict(true) not reverting properly. Also added unit tests for noConflict.
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 7d60e098b..00ca904f9 100644 --- a/test/index.html +++ b/test/index.html @@ -4,6 +4,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>jQuery Test Suite</title> <link rel="Stylesheet" media="screen" href="data/testsuite.css" /> + <script>var jQuery = "jQuery", $ = "$"; // For testing .noConflcit()</script> <script type="text/javascript" src="../dist/jquery.js"></script> <script type="text/javascript" src="data/testrunner.js"></script> <script type="text/javascript" src="unit/core.js"></script> |