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() {
} }
constructor.prototype = { constructor.prototype = {
// Needed to pass IsStream test
getChar: function() {
},
getImage: function() { getImage: function() {
return this.domImage; return this.domImage;
}, },

Loading…
Cancel
Save