Commit 120573c1 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 30795 - [Copy&Paste][CoEdit] Js ошибка после копирования диаграммы во фрейме

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66146 954022d7-b5bf-4e40-9824-e11837661b57
parent 4eac41cc
......@@ -699,7 +699,7 @@ function CDocument(DrawingDocument)
this.History = History;
this.IdCounter = g_oIdCounter;
this.TableId = g_oTableId;
this.CollaborativeEditing = (CollaborativeEditing instanceof CWordCollaborativeEditing ? CollaborativeEditing : null);
this.CollaborativeEditing = (("undefined" !== typeof(CWordCollaborativeEditing) && CollaborativeEditing instanceof CWordCollaborativeEditing) ? CollaborativeEditing : null);
this.Api = editor;
//------------------------------------------------------------------------
this.History.Document = this;
......
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