cleanup
This commit is contained in:
parent
2e83b0cc0d
commit
28a01646bb
3
pdf.js
3
pdf.js
@ -2236,9 +2236,6 @@ var Lexer = (function() {
|
|||||||
var stream = this.stream;
|
var stream = this.stream;
|
||||||
var ch;
|
var ch;
|
||||||
while (true) {
|
while (true) {
|
||||||
if (!stream.getChar)
|
|
||||||
log("bad stream");
|
|
||||||
|
|
||||||
if (!(ch = stream.getChar()))
|
if (!(ch = stream.getChar()))
|
||||||
return EOF;
|
return EOF;
|
||||||
if (comment) {
|
if (comment) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user