This commit is contained in:
sbarman 2011-07-05 11:13:53 -05:00
parent 2e83b0cc0d
commit 28a01646bb

3
pdf.js
View File

@ -2236,9 +2236,6 @@ var Lexer = (function() {
var stream = this.stream;
var ch;
while (true) {
if (!stream.getChar)
log("bad stream");
if (!(ch = stream.getChar()))
return EOF;
if (comment) {