Browse Source

added skip to lexer

sbarman 14 years ago
parent
commit
ececccfa80
  1. 3
      pdf.js

3
pdf.js

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

Loading…
Cancel
Save