Cleanup doc block for _.support.nonEnumArgs. [ci skip]

This commit is contained in:
jdalton
2015-04-05 13:19:53 -05:00
parent 8b758ee25a
commit 1b53b5f9eb

View File

@@ -1132,8 +1132,8 @@
* In Firefox < 4, IE < 9, PhantomJS, and Safari < 5.1 `arguments` object
* indexes are non-enumerable. Chrome < 25 and Node.js < 0.11.0 treat
* `arguments` object indexes as non-enumerable and fail `hasOwnProperty`
* checks for indexes that exceed their function's formal parameters with
* associated values of `0`.
* checks for indexes that exceed the number of function parameters and
* whose associated argument values are `0`.
*
* @memberOf _.support
* @type boolean