Add "loosely" qualify to the _.isLength spec note. [ci skip]

This commit is contained in:
John-David Dalton
2015-10-31 11:01:13 -07:00
parent 39a22bf15b
commit c142cfc81d

View File

@@ -9311,7 +9311,7 @@
/**
* Checks if `value` is a valid array-like length.
*
* **Note:** This function is based on [`ToLength`](http://ecma-international.org/ecma-262/6.0/#sec-tolength).
* **Note:** This function is loosely based on [`ToLength`](http://ecma-international.org/ecma-262/6.0/#sec-tolength).
*
* @static
* @memberOf _