1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-18 05:42:00 +03:00

Fix linting errors

This commit is contained in:
Kegan Dougal
2015-07-21 17:20:35 +01:00
parent 90e778cb84
commit 358cdaf167
2 changed files with 11 additions and 4 deletions

View File

@@ -148,7 +148,7 @@ module.exports.findElement = function(array, fn, reverse) {
* function signature <code>fn(element, index, array)</code>. Return true to
* remove this element and break.
* @param {boolean} reverse True to search in reverse order.
* @return True if an element was removed.
* @return {boolean} True if an element was removed.
*/
module.exports.removeElement = function(array, fn, reverse) {
var i;