mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
cleanup
This commit is contained in:
parent
d749b7ccbd
commit
55bb98317d
1 changed files with 1 additions and 1 deletions
2
pdf.js
2
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;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue