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