From: Andreas Gal Date: Tue, 21 Jun 2011 02:39:49 +0000 (-0400) Subject: restore getChar in JpegStream X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6dc6f5d533f7614ca0af940265ae09cc6868d452;p=pdf.js.git restore getChar in JpegStream --- diff --git a/pdf.js b/pdf.js index 4004430..1beeb6c 100644 --- a/pdf.js +++ b/pdf.js @@ -542,6 +542,9 @@ var JpegStream = (function() { constructor.prototype = { getImage: function() { return this.domImage; + }, + getChar: function() { + error("internal error: getChar is not valid on JpegStream"); } };