fix(virtual-scroll): queue.write

This commit is contained in:
Manu Mtz.-Almeida
2018-04-14 11:45:08 +02:00
parent ab2e124528
commit c1cbbc52d2

View File

@ -207,7 +207,7 @@ export class VirtualScroll {
} }
this.queue.read(this.readVS.bind(this)); this.queue.read(this.readVS.bind(this));
this.queue.read(this.writeVS.bind(this)); this.queue.write(this.writeVS.bind(this));
} }
private readVS() { private readVS() {