Merge branch 'lexerfix2' into streams
This commit is contained in:
commit
476c633a88
3
pdf.js
3
pdf.js
@ -2412,6 +2412,9 @@ var Lexer = (function() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
skip: function() {
|
||||||
|
this.stream.skip();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user