]> git.parisson.com Git - pdf.js.git/commitdiff
cleanup
authorsbarman <sbarman@L3CWZ5T.(none)>
Wed, 6 Jul 2011 17:44:56 +0000 (10:44 -0700)
committersbarman <sbarman@L3CWZ5T.(none)>
Wed, 6 Jul 2011 17:44:56 +0000 (10:44 -0700)
pdf.js

diff --git a/pdf.js b/pdf.js
index d183072c16a9f687da35934daa4abfe612fab062..7d27b65c0d1a694a2a826d1b56ec9c44a1b5ea21 100644 (file)
--- a/pdf.js
+++ b/pdf.js
@@ -4768,7 +4768,7 @@ var DeviceCmykCS = (function() {
       return [r, g, b];
     },
     getRgbBuffer: function cmykcs_getRgbBuffer(colorBuf) {
-      error("conversion from rgb to cmyk not implemented for images");
+      error('conversion from rgb to cmyk not implemented for images');
       return colorBuf;
     }
   };