Minor source nit in test/test.js.

This commit is contained in:
John-David Dalton
2014-05-28 15:19:56 -04:00
parent f935b141f1
commit ae7ef24196

View File

@@ -113,9 +113,9 @@
}());
/** Load and install QUnit Extras */
var qa = load('../vendor/qunit-extras/qunit-extras.js');
if (qa) {
qa.runInContext(root);
var qe = load('../vendor/qunit-extras/qunit-extras.js');
if (qe) {
qe.runInContext(root);
}
/*--------------------------------------------------------------------------*/