mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
restore getChar in JpegStream
This commit is contained in:
parent
28eba6d10e
commit
6dc6f5d533
1 changed files with 3 additions and 0 deletions
3
pdf.js
3
pdf.js
|
@ -542,6 +542,9 @@ var JpegStream = (function() {
|
|||
constructor.prototype = {
|
||||
getImage: function() {
|
||||
return this.domImage;
|
||||
},
|
||||
getChar: function() {
|
||||
error("internal error: getChar is not valid on JpegStream");
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue