mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47: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
|
* 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
|
* indexes are non-enumerable. Chrome < 25 and Node.js < 0.11.0 treat
|
||||||
* `arguments` object indexes as non-enumerable and fail `hasOwnProperty`
|
* `arguments` object indexes as non-enumerable and fail `hasOwnProperty`
|
||||||
* checks for indexes that exceed their function's formal parameters with
|
* checks for indexes that exceed the number of function parameters and
|
||||||
* associated values of `0`.
|
* whose associated argument values are `0`.
|
||||||
*
|
*
|
||||||
* @memberOf _.support
|
* @memberOf _.support
|
||||||
* @type boolean
|
* @type boolean
|
||||||
|
|||||||
Reference in New Issue
Block a user