Fix npm builds.

This commit is contained in:
John-David Dalton
2015-10-04 00:17:05 -07:00
parent 27159cfa00
commit 7d7ce728ff

View File

@@ -49,7 +49,7 @@
var FUNC_ERROR_TEXT = 'Expected a function';
/** Used to stand-in for `undefined` hash values. */
var HASH_UNDEFINED = {};
var HASH_UNDEFINED = '__lodash_hash_undefined__';
/** Used as references for various `Number` constants. */
var INFINITY = 1 / 0,