Commit 83e10448 authored by GoshaZotov's avatar GoshaZotov

fix bug 35240

parent 5ae35502
......@@ -2375,7 +2375,7 @@ PasteProcessor.prototype =
for(var i = 0; i < parentContent.length; i++)
{
var tempParagraph = parentContent[i];
var numbering2 = tempParagraph.Numbering_Get();
var numbering2 = tempParagraph.Numbering_Get ? tempParagraph.Numbering_Get() : null;
if(numbering2)
{
......
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