mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Strict isEOF / ~22% faster on issue2813, from 16.5s to 13.5s
This commit is contained in:
parent
7079992d89
commit
7b68737baa
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
var EOF = {};
|
||||
|
||||
function isEOF(v) {
|
||||
return (v == EOF);
|
||||
return (v === EOF);
|
||||
}
|
||||
|
||||
var Parser = (function ParserClosure() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue