fix lint error
This commit is contained in:
parent
f0dc53f53f
commit
43815d8292
@ -25,15 +25,7 @@ import { typeListSlice } from './AbstractType.js'
|
|||||||
* @template T
|
* @template T
|
||||||
* @extends YEvent<YArray<T>>
|
* @extends YEvent<YArray<T>>
|
||||||
*/
|
*/
|
||||||
export class YArrayEvent extends YEvent {
|
export class YArrayEvent extends YEvent {}
|
||||||
/**
|
|
||||||
* @param {YArray<T>} yarray The changed type
|
|
||||||
* @param {Transaction} transaction The transaction object
|
|
||||||
*/
|
|
||||||
constructor (yarray, transaction) {
|
|
||||||
super(yarray, transaction)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A shared Array implementation.
|
* A shared Array implementation.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user