Fix failing _.delay test.

This commit is contained in:
John-David Dalton
2016-05-19 10:19:11 -07:00
parent 670e3983b4
commit 32f5db3f72

View File

@@ -312,10 +312,7 @@
lodashStable = lodashStable.runInContext(root);
/** The `lodash` function to test. */
var _ = root._ || (root._ = (
_ = interopRequire(filePath),
(_.runInContext ? _.runInContext(root) : _)
));
var _ = root._ || (root._ = interopRequire(filePath));
/** Used to test pseudo private map caches. */
var mapCaches = (function() {