Commit 2b6006d4 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

лишняя скобка

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59508 954022d7-b5bf-4e40-9824-e11837661b57
parent 06e7d535
......@@ -1991,7 +1991,7 @@ Workbook.prototype.DeserializeHistoryNative = function(oRedoObjectParam, data, i
var item = new UndoRedoItemSerializable();
item.Deserialize(stream);
if ((null != item.oClass || (item.oData && typeof item.oData.sChangedObjectId === "string")) && null != item.nActionType) {
if ((null != item.oClass || (item.oData && typeof item.oData.sChangedObjectId === "string")) && null != item.nActionType)
History.RedoAdd(oRedoObjectParam, item.oClass, item.nActionType, item.nSheetId, item.oRange, item.oData);
_pos += _len;
......
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