1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Merge branch 'lexerfix2' into streams

This commit is contained in:
sbarman 2011-08-03 14:45:51 -07:00
commit 476c633a88

3
pdf.js
View file

@ -2412,6 +2412,9 @@ var Lexer = (function() {
return; return;
} }
} }
},
skip: function() {
this.stream.skip();
} }
}; };