Tweak support.nonEnumArgs assignment.

This commit is contained in:
John-David Dalton
2014-03-14 01:30:30 -07:00
parent 85990bbeb3
commit 4a66e28584

View File

@@ -870,7 +870,7 @@
* @memberOf _.support
* @type boolean
*/
support.nonEnumArgs = key != 0;
support.nonEnumArgs = key != '0';
/**
* Detect if properties shadowing those on `Object.prototype` are non-enumerable.