diff options
author | jrburke <jrburke@gmail.com> | 2013-01-30 15:32:19 -0800 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2013-04-03 20:10:42 -0400 |
commit | b6dd1c67a63d19ff4b22b893f4d47f80f0d47fd9 (patch) | |
tree | a694375c392f5190100b1592994338f581b76628 /test | |
parent | 937b2b194d8516d82f2c51c1573ec4316e2960b8 (diff) | |
download | jquery-b6dd1c67a63d19ff4b22b893f4d47f80f0d47fd9.tar.gz jquery-b6dd1c67a63d19ff4b22b893f4d47f80f0d47fd9.zip |
Remove the define.amd.jQuery check, close gh-1150.
Cherry picked from 2.0 master 34c4e122a333bbfc80bd4f6e79db20f3a73ae5b3
Conflicts:
src/exports.js
Diffstat (limited to 'test')
-rw-r--r-- | test/data/testinit.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/data/testinit.js b/test/data/testinit.js index ea940cb63..87edfde29 100644 --- a/test/data/testinit.js +++ b/test/data/testinit.js @@ -19,9 +19,7 @@ function define( name, dependencies, callback ) { amdDefined = callback(); } -define.amd = { - jQuery: true -}; +define.amd = {}; /** * Returns an array of elements with the given IDs |