]> git.parisson.com Git - pdf.js.git/commitdiff
Fixing lint
author= <=>
Thu, 6 Oct 2011 16:24:06 +0000 (09:24 -0700)
committer= <=>
Thu, 6 Oct 2011 16:24:06 +0000 (09:24 -0700)
pdf.js

diff --git a/pdf.js b/pdf.js
index 1d92d88a5d9f99e17807c68fb8ae130522bd48c9..d1d2db4d774c9811ad6fb7021e6679d41067ea8a 100644 (file)
--- a/pdf.js
+++ b/pdf.js
@@ -6356,7 +6356,7 @@ var TilingPattern = (function tilingPattern() {
       graphics.transform.apply(graphics, tmpScale);
       graphics.transform.apply(graphics, tmpTranslate);
 
-      if (bbox && isArray(bbox) && 4 == bbox.length) {        
+      if (bbox && isArray(bbox) && 4 == bbox.length) {
         var bboxWidth = bbox[2] - bbox[0];
         var bboxHeight = bbox[3] - bbox[1];
         graphics.rectangle(bbox[0], bbox[1], bboxWidth, bboxHeight);