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

Use JPX and JPEG in error messages.

Also throw in workerConsole.
This commit is contained in:
Kalervo Kujala 2012-01-29 22:25:06 +02:00
parent f6cb7b2a24
commit e3a3ec6f2e
3 changed files with 10 additions and 9 deletions

View file

@ -832,7 +832,7 @@ var JpegStream = (function JpegStreamClosure() {
this.buffer = data;
this.bufferLength = data.length;
} catch (e) {
error(e);
error('JPEG error: ' + e);
}
};
JpegStream.prototype.getIR = function jpegStreamGetIR() {