Commit ea648d2e 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@57261 954022d7-b5bf-4e40-9824-e11837661b57
parent df7cb8c2
...@@ -5253,9 +5253,9 @@ CMathContent.prototype = ...@@ -5253,9 +5253,9 @@ CMathContent.prototype =
if(this.content.length > 1) if(this.content.length > 1)
{ {
var bEmptyRun = this.content[0].Is_Empty(), var bEmptyRun = this.content[0].Is_Empty(),
bEmptyRun = this.content[1].Type == para_Math_Composition; bMathComp = this.content[1].Type == para_Math_Composition;
if(bEmptyRun && bEmptyRun) if(bEmptyRun && bMathComp)
result = true; result = true;
} }
......
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