Add strict equalities in src/core/evaluator.js
This commit is contained in:
parent
83a4c68df9
commit
87038e44cd
@ -1436,7 +1436,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
|
||||
firstWidth = glyphWidth;
|
||||
continue;
|
||||
}
|
||||
if (firstWidth != glyphWidth) {
|
||||
if (firstWidth !== glyphWidth) {
|
||||
isMonospace = false;
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user