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

@@ -40,7 +40,7 @@ export class YArrayEvent extends YEvent {
* A shared Array implementation.
* @template T
* @extends AbstractType<YArrayEvent<T>>
* @implements {IterableIterator<T>}
* @implements {Iterable<T>}
*/
export class YArray extends AbstractType {
constructor () {