From: sbarman Date: Wed, 3 Aug 2011 21:14:42 +0000 (-0700) Subject: added skip to lexer X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ececccfa80db9f63daaf925bfb12a8d4e9688077;p=pdf.js.git added skip to lexer --- diff --git a/pdf.js b/pdf.js index b3d6a3d..b8d2fba 100644 --- a/pdf.js +++ b/pdf.js @@ -2415,6 +2415,9 @@ var Lexer = (function() { return; } } + }, + skip: function() { + this.stream.skip(); } };