Browse Source

restore getChar in JpegStream

Andreas Gal 14 years ago
parent
commit
825f9249b2
  1. 3
      pdf.js

3
pdf.js

@ -542,6 +542,9 @@ var JpegStream = (function() {
constructor.prototype = { constructor.prototype = {
getImage: function() { getImage: function() {
return this.domImage; return this.domImage;
},
getChar: function() {
error("internal error: getChar is not valid on JpegStream");
} }
}; };

Loading…
Cancel
Save