Loading js-classes/Array.js +1 −1 Original line number Diff line number Diff line Loading @@ -893,7 +893,7 @@ * @param {Mixed} callback.value The element value. * @param {Number} callback.index The element index. * @param {Array} callback.array The array being traversed. * @param {Boolean} callback.return Should return true when element passes the test. * @param {Boolean} callback.return The resulting element at the specified index. * @param {Object} [thisObject] Object to use as `this` when executing `callback`. * @return {Array} Array of the return values of `callback` function. */ Loading Loading
js-classes/Array.js +1 −1 Original line number Diff line number Diff line Loading @@ -893,7 +893,7 @@ * @param {Mixed} callback.value The element value. * @param {Number} callback.index The element index. * @param {Array} callback.array The array being traversed. * @param {Boolean} callback.return Should return true when element passes the test. * @param {Boolean} callback.return The resulting element at the specified index. * @param {Object} [thisObject] Object to use as `this` when executing `callback`. * @return {Array} Array of the return values of `callback` function. */ Loading