From f34308efd3304707357988374f277e43cd634448 Mon Sep 17 00:00:00 2001 From: sbarman Date: Thu, 7 Jul 2011 11:47:49 -0700 Subject: [PATCH] cleanup --- pdf.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdf.js b/pdf.js index 78ac9eb3b..ecd5f48a3 100644 --- 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;