mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 08:07:50 +00:00
Cleanup doc block for _.support.nonEnumArgs. [ci skip]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user