fix linting

This commit is contained in:
Kevin Jahns
2020-06-02 23:44:13 +02:00
parent 19e2d51190
commit 0628d8f1c9
6 changed files with 533 additions and 417 deletions

View File

@@ -42,7 +42,7 @@ export class YMapEvent extends YEvent {
* A shared Map implementation.
*
* @extends AbstractType<YMapEvent<T>>
* @implements {IterableIterator}
* @implements {Iterable<T>}
*/
export class YMap extends AbstractType {
constructor () {