baseTimes
@@ -765,7 +765,7 @@
*/
function baseTimes(n, iteratee) {
var index = -1,
result = Array(n);
while (++index < n) {
result[index] = iteratee(index);
The note is not visible to the blocked user.