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++) {
|
for(let i = 0; i < this.mutations.length; i++) {
|
||||||
if(performance.now() - start > timeCapacity) {
|
if(performance.now() - start > timeCapacity) {
|
||||||
let end = performance.now()
|
|
||||||
this.mutations = this.mutations.slice(i)
|
this.mutations = this.mutations.slice(i)
|
||||||
window.requestAnimationFrame(() => this.mutateAll())
|
window.requestAnimationFrame(() => this.mutateAll())
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user