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;
|
firstWidth = glyphWidth;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (firstWidth != glyphWidth) {
|
if (firstWidth !== glyphWidth) {
|
||||||
isMonospace = false;
|
isMonospace = false;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user