Removed unused variable

This commit is contained in:
Eduard Urbach 2018-06-03 11:15:07 +09:00
parent 33e4c44a5e
commit b42bed1cf4

View File

@ -30,7 +30,6 @@ export default class MutationQueue {
for(let i = 0; i < this.mutations.length; i++) {
if(performance.now() - start > timeCapacity) {
let end = performance.now()
this.mutations = this.mutations.slice(i)
window.requestAnimationFrame(() => this.mutateAll())
return