diff --git a/src/core/evaluator.js b/src/core/evaluator.js index abd9be3ef..82c669561 100644 --- a/src/core/evaluator.js +++ b/src/core/evaluator.js @@ -1436,7 +1436,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() { firstWidth = glyphWidth; continue; } - if (firstWidth != glyphWidth) { + if (firstWidth !== glyphWidth) { isMonospace = false; break; }