mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +00:00
Minor source nit in test/test.js.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user