Browse Source

removed redundant getChar

sbarman 14 years ago
parent
commit
a96c7830a3
  1. 4
      pdf.js

4
pdf.js

@ -540,10 +540,6 @@ var JpegStream = (function() { @@ -540,10 +540,6 @@ var JpegStream = (function() {
}
constructor.prototype = {
// Needed to pass IsStream test
getChar: function() {
},
getImage: function() {
return this.domImage;
},

Loading…
Cancel
Save