mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
fix lint nitpick
This commit is contained in:
parent
ce57bac447
commit
cc007b539a
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
|
|||
for (var i = textLayerQueue.length - 1; i >= 0; i--) {
|
||||
var finished = textLayerQueue[i].call();
|
||||
if (finished)
|
||||
textLayerQueue.splice(i,1);
|
||||
textLayerQueue.splice(i, 1);
|
||||
}
|
||||
if (textLayerQueue.length == 0)
|
||||
clearInterval(this.textLayerTimer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue