aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorjrburke <jrburke@gmail.com>2013-01-30 15:32:19 -0800
committerDave Methvin <dave.methvin@gmail.com>2013-04-03 20:10:42 -0400
commitb6dd1c67a63d19ff4b22b893f4d47f80f0d47fd9 (patch)
treea694375c392f5190100b1592994338f581b76628 /test
parent937b2b194d8516d82f2c51c1573ec4316e2960b8 (diff)
downloadjquery-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.js4
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