mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Minor source nit in test/test.js.
This commit is contained in:
@@ -113,9 +113,9 @@
|
|||||||
}());
|
}());
|
||||||
|
|
||||||
/** Load and install QUnit Extras */
|
/** Load and install QUnit Extras */
|
||||||
var qa = load('../vendor/qunit-extras/qunit-extras.js');
|
var qe = load('../vendor/qunit-extras/qunit-extras.js');
|
||||||
if (qa) {
|
if (qe) {
|
||||||
qa.runInContext(root);
|
qe.runInContext(root);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*--------------------------------------------------------------------------*/
|
/*--------------------------------------------------------------------------*/
|
||||||
|
|||||||
Reference in New Issue
Block a user