Style nits.
This commit is contained in:
parent
0d370fd206
commit
176452c988
5 changed files with 6 additions and 6 deletions
|
@ -13,7 +13,7 @@ var PDFImage = (function PDFImageClosure() {
|
|||
// For natively supported jpegs send them to the main thread for decoding.
|
||||
var dict = image.dict;
|
||||
var colorSpace = dict.get('ColorSpace', 'CS');
|
||||
colorSpace = ColorSpace.parse(colorSpace, xref, res);
|
||||
colorSpace = ColorSpace.parse(colorSpace, xref, res);
|
||||
var numComps = colorSpace.numComps;
|
||||
handler.send('jpeg_decode', [image.getIR(), numComps], function(message) {
|
||||
var data = message.data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue