]> git.parisson.com Git - pdf.js.git/commitdiff
added skip to lexer
authorsbarman <sbarman@L3CWZ5T.(none)>
Wed, 3 Aug 2011 21:14:42 +0000 (14:14 -0700)
committersbarman <sbarman@L3CWZ5T.(none)>
Wed, 3 Aug 2011 21:14:42 +0000 (14:14 -0700)
pdf.js

diff --git a/pdf.js b/pdf.js
index b3d6a3da64c3e204f758279183897950b3aad577..b8d2fba70e68d8dee5393c73088d8eb1ab33b162 100644 (file)
--- a/pdf.js
+++ b/pdf.js
@@ -2415,6 +2415,9 @@ var Lexer = (function() {
           return;
         }
       }
+    },
+    skip: function() {
+      this.stream.skip();
     }
   };