Fix ESLint

This commit is contained in:
Amish Shah
2016-08-26 21:17:33 +01:00
parent e5057a5b6a
commit b22bda74b8
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -122,7 +122,8 @@ class Collection extends Map {
}
/**
* Identical to [Array.filter()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter),
* Identical to
* [Array.filter()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter),
* but returns a Collection instead of an Array.
* @param {Function} callback the callback used to filter
* @param {Object} [thisArg] value to set as this when filtering