mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 10:27:49 +00:00
Fix phantomjs test fails.
This commit is contained in:
@@ -217,7 +217,7 @@
|
|||||||
var QUnit = root.QUnit || (root.QUnit = load('../node_modules/qunitjs/qunit/qunit.js'));
|
var QUnit = root.QUnit || (root.QUnit = load('../node_modules/qunitjs/qunit/qunit.js'));
|
||||||
|
|
||||||
/** Load stable Lodash and QUnit Extras. */
|
/** Load stable Lodash and QUnit Extras. */
|
||||||
var lodashStable = root.lodashStable || load('../node_modules/lodash/lodash.js');
|
var lodashStable = root.lodashStable || load('../node_modules/lodash/lodash.js').noConflict();
|
||||||
if (lodashStable) {
|
if (lodashStable) {
|
||||||
lodashStable = lodashStable.runInContext(root);
|
lodashStable = lodashStable.runInContext(root);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user