Update iOS comment on getLength. [ci skip]

This commit is contained in:
jdalton
2015-04-19 20:01:27 -07:00
parent 92dee72b10
commit e6c5a0e848

View File

@@ -4159,7 +4159,7 @@
* Gets the "length" property value of `object`.
*
* **Note:** This function is used to avoid a [JIT bug](https://bugs.webkit.org/show_bug.cgi?id=142792)
* in Safari on iOS 8.1 ARM64.
* that affects Safari on at least iOS 8.1-8.3 ARM64.
*
* @private
* @param {Object} object The object to query.