mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Minor style nit in test.js.
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
var maxSafeInteger = Math.pow(2, 53) - 1;
|
var maxSafeInteger = Math.pow(2, 53) - 1;
|
||||||
|
|
||||||
/** Used as a reference to the global object */
|
/** Used as a reference to the global object */
|
||||||
var root = typeof global == 'object' && global || this;
|
var root = (typeof global == 'object' && global) || this;
|
||||||
|
|
||||||
/** Used to store Lo-Dash to test for bad extensions/shims */
|
/** Used to store Lo-Dash to test for bad extensions/shims */
|
||||||
var lodashBizarro = root.lodashBizarro;
|
var lodashBizarro = root.lodashBizarro;
|
||||||
|
|||||||
Reference in New Issue
Block a user