mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 17:37:50 +00:00
Fix failing _.delay test.
This commit is contained in:
@@ -312,10 +312,7 @@
|
|||||||
lodashStable = lodashStable.runInContext(root);
|
lodashStable = lodashStable.runInContext(root);
|
||||||
|
|
||||||
/** The `lodash` function to test. */
|
/** The `lodash` function to test. */
|
||||||
var _ = root._ || (root._ = (
|
var _ = root._ || (root._ = interopRequire(filePath));
|
||||||
_ = interopRequire(filePath),
|
|
||||||
(_.runInContext ? _.runInContext(root) : _)
|
|
||||||
));
|
|
||||||
|
|
||||||
/** Used to test pseudo private map caches. */
|
/** Used to test pseudo private map caches. */
|
||||||
var mapCaches = (function() {
|
var mapCaches = (function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user