diff options
author | jrburke <jrburke@gmail.com> | 2011-11-14 12:13:25 -0500 |
---|---|---|
committer | timmywil <timmywillisn@gmail.com> | 2011-11-14 12:13:25 -0500 |
commit | 8bc60bab5dd9747e7ae06c3fdb0c60782d346ff0 (patch) | |
tree | 90008a3a96f1ccb50f0a69f3f782fdcf3f075a8c /test/index.html | |
parent | 499d7e409c4f4d4ed255148e59552763cccf4260 (diff) | |
download | jquery-8bc60bab5dd9747e7ae06c3fdb0c60782d346ff0.tar.gz jquery-8bc60bab5dd9747e7ae06c3fdb0c60782d346ff0.zip |
Landing pull request 586. Create exports.js for exporting jQuery to window and AMD. Fixes #10687.
More Details:
- https://github.com/jquery/jquery/pull/586
- http://bugs.jquery.com/ticket/10687
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/index.html b/test/index.html index e6cbc013f..0d518f1ac 100644 --- a/test/index.html +++ b/test/index.html @@ -28,6 +28,7 @@ <script src="../src/effects.js"></script> <script src="../src/offset.js"></script> <script src="../src/dimensions.js"></script> + <script src="../src/exports.js"></script> <script src="data/versioncheck.js"></script> @@ -51,6 +52,7 @@ <script src="unit/effects.js"></script> <script src="unit/offset.js"></script> <script src="unit/dimensions.js"></script> + <script src="unit/exports.js"></script> <script> // html5shiv, enabling HTML5 elements to be used with jQuery |