Мелкая поправка
This commit is contained in:
@@ -22,8 +22,6 @@ class LimitedQueue {
|
|||||||
for (let i = 0; i < this.listeners.length; i++) {
|
for (let i = 0; i < this.listeners.length; i++) {
|
||||||
this.listeners[i].onPlaceChange(i + 1);
|
this.listeners[i].onPlaceChange(i + 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.resetTimeout();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -46,6 +44,7 @@ class LimitedQueue {
|
|||||||
this.freed++;
|
this.freed++;
|
||||||
this._emitFree();
|
this._emitFree();
|
||||||
aCount = -1;
|
aCount = -1;
|
||||||
|
this.resetTimeout();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
abort: () => {
|
abort: () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user