diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-09-06 16:25:33 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-09-06 16:25:33 -0400 |
commit | 4ca5a0c6913ce7e56654b7a795d17a1cc644a115 (patch) | |
tree | a4ca96b77542240595ae690efffd4748d8a60aff /test/data/testinit.js | |
parent | e563cd3414930bc4a5b4bc47c67c3a917b44c160 (diff) | |
download | jquery-4ca5a0c6913ce7e56654b7a795d17a1cc644a115.tar.gz jquery-4ca5a0c6913ce7e56654b7a795d17a1cc644a115.zip |
No ticket: link testinit
Diffstat (limited to 'test/data/testinit.js')
-rw-r--r-- | test/data/testinit.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/testinit.js b/test/data/testinit.js index f7d8f2c0c..2a3c33d76 100644 --- a/test/data/testinit.js +++ b/test/data/testinit.js @@ -291,7 +291,7 @@ this.loadTests = function() { require( [ dep ], loadDep ); } else { // Subproject tests must be last because they replace our test fixture - testSubproject( "Sizzle", "../bower_components/sizzle/test/", /^unit\/.*\.js$/, function() { + window.testSubproject( "Sizzle", "../bower_components/sizzle/test/", /^unit\/.*\.js$/, function() { // Call load to build module filter select element QUnit.load(); |