mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 17:55:37 +02:00
Add strict equalities in src/core/evaluator.js
This commit is contained in:
parent
83a4c68df9
commit
87038e44cd
1 changed files with 1 additions and 1 deletions
|
@ -1436,7 +1436,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
|
||||||
firstWidth = glyphWidth;
|
firstWidth = glyphWidth;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (firstWidth != glyphWidth) {
|
if (firstWidth !== glyphWidth) {
|
||||||
isMonospace = false;
|
isMonospace = false;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue