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

Loading…
Cancel
Save