1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00
This commit is contained in:
sbarman 2011-07-06 10:44:56 -07:00
parent d749b7ccbd
commit 55bb98317d

2
pdf.js
View file

@ -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;
}
};