Commit d7052644 authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

Поправила баг при сборке файла

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58652 954022d7-b5bf-4e40-9824-e11837661b57
parent ca0215b3
...@@ -2164,7 +2164,7 @@ function Binary_oMathWriter(memory, oMathPara) ...@@ -2164,7 +2164,7 @@ function Binary_oMathWriter(memory, oMathPara)
for(var i = nStart; i < nEnd; i++) for(var i = nStart; i < nEnd; i++)
{ {
var oElem = oEqArr.getBase(i); var oElem = oEqArr.getElement(i);
this.bs.WriteItem(c_oSer_OMathContentType.Element, function(){oThis.WriteArgNodes(oElem);}); this.bs.WriteItem(c_oSer_OMathContentType.Element, function(){oThis.WriteArgNodes(oElem);});
} }
} }
......
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