mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Merge branch 'lexerfix2' into streams
This commit is contained in:
commit
476c633a88
1 changed files with 3 additions and 0 deletions
3
pdf.js
3
pdf.js
|
@ -2412,6 +2412,9 @@ var Lexer = (function() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
skip: function() {
|
||||||
|
this.stream.skip();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue