mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +00:00
Fix failing tests in Narwhal.
Former-commit-id: 986262a14784d94f616663724e52d11a0e11a56d
This commit is contained in:
@@ -133,8 +133,8 @@
|
|||||||
String = context.String;
|
String = context.String;
|
||||||
|
|
||||||
/** Used for `Array`, `Math`, and `Object` method references */
|
/** Used for `Array`, `Math`, and `Object` method references */
|
||||||
var arrayRef = Array.prototype,
|
var arrayRef = Array(),
|
||||||
objectRef = Object.prototype;
|
objectRef = Object();
|
||||||
|
|
||||||
/** Used to restore the original `_` reference in `noConflict` */
|
/** Used to restore the original `_` reference in `noConflict` */
|
||||||
var oldDash = context._;
|
var oldDash = context._;
|
||||||
|
|||||||
Reference in New Issue
Block a user