mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
added skip to lexer
This commit is contained in:
parent
42eda3e67d
commit
ececccfa80
1 changed files with 3 additions and 0 deletions
3
pdf.js
3
pdf.js
|
@ -2415,6 +2415,9 @@ var Lexer = (function() {
|
|||
return;
|
||||
}
|
||||
}
|
||||
},
|
||||
skip: function() {
|
||||
this.stream.skip();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue