Removed unused variable
This commit is contained in:
parent
33e4c44a5e
commit
b42bed1cf4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user