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