refactor
This commit is contained in:
parent
f416413b7e
commit
31244a5f8e
|
@ -2,8 +2,8 @@ import { Store } from 'svelte/store.js'
|
||||||
import { mark, stop } from '../_utils/marks'
|
import { mark, stop } from '../_utils/marks'
|
||||||
|
|
||||||
class VirtualListStore extends Store {
|
class VirtualListStore extends Store {
|
||||||
constructor(obj) {
|
constructor(state) {
|
||||||
super(obj)
|
super(state)
|
||||||
this._batches = {}
|
this._batches = {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue