]> git.parisson.com Git - pdf.js.git/commitdiff
cleanup
authorsbarman <sbarman@L3CWZ5T.(none)>
Thu, 7 Jul 2011 18:47:49 +0000 (11:47 -0700)
committersbarman <sbarman@L3CWZ5T.(none)>
Thu, 7 Jul 2011 18:47:49 +0000 (11:47 -0700)
pdf.js

diff --git a/pdf.js b/pdf.js
index 78ac9eb3b79ca7eccb3bd82e69e1fc67178ea553..ecd5f48a3c685d8bb1bd99d5bfe8567b5d63b17b 100644 (file)
--- a/pdf.js
+++ b/pdf.js
@@ -4646,11 +4646,11 @@ var SeparationCS = (function() {
   }
 
   constructor.prototype = {
-    getRgb: function tintcs_getRgb(color) {
+    getRgb: function sepcs_getRgb(color) {
       var tinted = this.tintFn.func(color);
       return this.base.getRgb(tinted);
     },
-    getRgbBuffer: function tintcs_getRgbBuffer(input) {
+    getRgbBuffer: function sepcs_getRgbBuffer(input) {
       var tintFn = this.tintFn;
       var base = this.base;