Fix failing tests in Narwhal.

Former-commit-id: 986262a14784d94f616663724e52d11a0e11a56d
This commit is contained in:
John-David Dalton
2013-02-21 23:33:23 -08:00
parent 03254a0c0f
commit 860339b90e

View File

@@ -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._;