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:
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 = {
|
||||
// Needed to pass IsStream test
|
||||
getChar: function() {
|
||||
},
|
||||
|
||||
getImage: function() {
|
||||
return this.domImage;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue