]> git.parisson.com Git - pdf.js.git/commitdiff
fix lint nitpick
authorAdil Allawi <adil@diwan.com>
Thu, 15 Dec 2011 09:20:55 +0000 (09:20 +0000)
committerAdil Allawi <adil@diwan.com>
Thu, 15 Dec 2011 09:20:55 +0000 (09:20 +0000)
src/canvas.js

index 1efddbefa0ff67a972c559d34ec74902c462066f..fbebc0aa22a97c420bb8ab748c224c69b0e6945d 100644 (file)
@@ -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);