From 4ca5a0c6913ce7e56654b7a795d17a1cc644a115 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Fri, 6 Sep 2013 16:25:33 -0400 Subject: [PATCH] No ticket: link testinit --- test/data/testinit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.5