Commit 551b70a9 authored by Sergey.Tsarkov's avatar Sergey.Tsarkov Committed by Alexander.Trofimov

выставление parent при создании формул

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56240 954022d7-b5bf-4e40-9824-e11837661b57
parent c2d28822
......@@ -202,9 +202,7 @@ ParaMath.prototype =
CreateElem : function (oElem, oParent)
{
oElem.relate(oParent);
oElem.Parent = oParent;
var Pos = oParent.CurPos,
PosEnd = Pos + 1;
var items = new Array();
......
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