Commit 0a643cf2 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

добавил проверку на undefined

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57073 954022d7-b5bf-4e40-9824-e11837661b57
parent 9885fa44
...@@ -7924,7 +7924,7 @@ function Binary_DocumentTableReader(doc, oReadResult, openParams, stream, bAllow ...@@ -7924,7 +7924,7 @@ function Binary_DocumentTableReader(doc, oReadResult, openParams, stream, bAllow
var DistR = this.bcr.ReadDouble(); var DistR = this.bcr.ReadDouble();
else if( c_oSerWrapThroughTight.WrapText === type ) else if( c_oSerWrapThroughTight.WrapText === type )
var WrapText = this.stream.GetUChar(); var WrapText = this.stream.GetUChar();
else if( c_oSerWrapThroughTight.WrapPolygon === type ) else if( c_oSerWrapThroughTight.WrapPolygon === type && wrappingPolygon !== undefined)
{ {
wrappingPolygon.tempArrPoints = []; wrappingPolygon.tempArrPoints = [];
var oStartRes = {start: null}; var oStartRes = {start: null};
......
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