Commit a601115b authored by Alexander.Trofimov's avatar Alexander.Trofimov

c_oAscSectionBreakType.NextPage <-> undefined

parent 51220860
......@@ -25,7 +25,7 @@ function CSectionPr(LogicDocument)
{
this.Id = AscCommon.g_oIdCounter.Get_NewId();
this.Type = 'undefined' !== typeof c_oAscSectionBreakType ? undefined : c_oAscSectionBreakType.NextPage;
this.Type = 'undefined' !== typeof c_oAscSectionBreakType ? c_oAscSectionBreakType.NextPage : undefined;
this.PageSize = new CSectionPageSize();
this.PageMargins = new CSectionPageMargins();
......
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