Commit 92e97805 authored by Alexey Golubev's avatar Alexey Golubev

Merge tag 'v4.2.9' into develop

v4.2.9 v4.2.9
parents 5d1a48d4 7d76845f
......@@ -2899,8 +2899,8 @@ function Binary_oMathWriter(memory, oMathPara, saveParams)
var oLim = oLimLow.getIterator();
this.bs.WriteItem(c_oSer_OMathContentType.LimLowPr, function(){oThis.WriteLimLowPr(oLimLow);});
this.bs.WriteItem(c_oSer_OMathContentType.Element, function(){oThis.WriteArgNodes(oElem);});
this.bs.WriteItem(c_oSer_OMathContentType.Lim, function(){oThis.WriteArgNodes(oLim);});
this.bs.WriteItem(c_oSer_OMathContentType.Element, function(){oThis.WriteArgNodes(oElem);});
}
this.WriteLimLowPr = function(oLimLow)
{
......
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