1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Fix nits.

This commit is contained in:
Brendan Dahl 2011-12-15 15:13:48 -08:00
parent f4f125f67d
commit 8096d747c0
2 changed files with 2 additions and 3 deletions

View file

@ -214,7 +214,6 @@ var PDFImage = (function PDFImageClosure() {
bits = remainingBits;
}
}
if(decodeMap) console.timeEnd('getComps');
return output;
},
getOpacity: function getOpacity() {