From e6c5a0e848e583ad86377bdd5630e769c333e6b9 Mon Sep 17 00:00:00 2001 From: jdalton Date: Sun, 19 Apr 2015 20:01:27 -0700 Subject: [PATCH] Update iOS comment on `getLength`. [ci skip] --- lodash.src.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.src.js b/lodash.src.js index 09a0d5dea..d3f97582b 100644 --- a/lodash.src.js +++ b/lodash.src.js @@ -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.