Commit a888103e authored by konovalovsergey's avatar konovalovsergey

extendBBoxDefName error

parent 23335fbf
......@@ -5601,7 +5601,7 @@ parserFormula.prototype.assembleLocale = function(locale, digitDelim) {
}
};
parserFormula.prototype.extendBBoxDefName = function(isDefName, bbox) {
if (null == isDefName && !bbox.isAbsAll()) {
if (null === isDefName && !bbox.isAbsAll()) {
bbox = bbox.clone();
if (!bbox.isAbsR1() || !bbox.isAbsR2()) {
bbox.r1 = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment