mirror of
https://github.com/nolanlawson/pinafore
synced 2025-01-21 01:13:49 +01:00
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'
|
||||
|
||||
class VirtualListStore extends Store {
|
||||
constructor(obj) {
|
||||
super(obj)
|
||||
constructor(state) {
|
||||
super(state)
|
||||
this._batches = {}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user