restore getChar in JpegStream

This commit is contained in:
Andreas Gal 2011-06-20 22:39:49 -04:00
parent 28eba6d10e
commit 6dc6f5d533

3
pdf.js
View File

@ -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");
}
};