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

http://bugzserver/show_bug.cgi?id=29997 - [AutoSave][Drag&Drop] Ошибка в...

http://bugzserver/show_bug.cgi?id=29997 -  [AutoSave][Drag&Drop] Ошибка в консоли при переносе форматированной таблицы после переоткрытия книги

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64002 954022d7-b5bf-4e40-9824-e11837661b57
parent f29706e7
...@@ -4667,12 +4667,12 @@ Woorksheet.prototype._BuildDependencies=function(cellRange){ ...@@ -4667,12 +4667,12 @@ Woorksheet.prototype._BuildDependencies=function(cellRange){
} }
}; };
Woorksheet.prototype._setHandlersTablePart = function(){ Woorksheet.prototype._setHandlersTablePart = function(){
if(!this.tableParts) if(!this.TableParts)
return; return;
for(var i = 0; i < this.tableParts.length; i++) for(var i = 0; i < this.TableParts.length; i++)
{ {
this.tableParts[i].setHandlers(this.handlers); this.TableParts[i].setHandlers(this.handlers);
} }
}; };
......
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