Commit 76dc1542 authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Исправлен баг в совместном редактировании

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58716 954022d7-b5bf-4e40-9824-e11837661b57
parent a61e265a
......@@ -284,8 +284,8 @@ function CIterators(iterUp, iterDn)
this.lD = 0; // высота - центр основания
this.upper = 0; // смещение сверху для позиции основания
this.iterUp = new CMathContent();
this.iterDn = new CMathContent();
this.iterUp = iterUp;
this.iterDn = iterDn;
}
Asc.extendClass(CIterators, CMathBase);
CIterators.prototype.init = function()
......
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