restore getChar in JpegStream
This commit is contained in:
parent
a6c48e3bc2
commit
825f9249b2
3
pdf.js
3
pdf.js
@ -542,6 +542,9 @@ var JpegStream = (function() {
|
|||||||
constructor.prototype = {
|
constructor.prototype = {
|
||||||
getImage: function() {
|
getImage: function() {
|
||||||
return this.domImage;
|
return this.domImage;
|
||||||
|
},
|
||||||
|
getChar: function() {
|
||||||
|
error("internal error: getChar is not valid on JpegStream");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user