removed redundant getChar
This commit is contained in:
parent
650df34289
commit
a96c7830a3
1 changed files with 0 additions and 4 deletions
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…
Add table
Add a link
Reference in a new issue