1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-24 17:18:07 +02:00

removed redundant getChar

This commit is contained in:
sbarman 2011-06-20 22:44:08 -07:00
parent 650df34289
commit a96c7830a3

4
pdf.js
View file

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