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

ошибки при merge всему и undo/

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50288 954022d7-b5bf-4e40-9824-e11837661b57
parent c5c38b4c
......@@ -3632,7 +3632,7 @@ RangeDataManager.prototype = {
this._removeExecElem(this.oRows, i, elemToDelete);
}
else if(c_oRangeType.All == nRangeType)
this._removeExecElem(this.oAll, null, elemToDelete);
this.oAll = this._removeExecElem(this.oAll, null, elemToDelete);
if(false != bTriggerEvent)
this.fChange.call(this, elemToDelete.data, elemToDelete.bbox, null);
delete this.oElements[this._getBBoxIndex(elemToDelete.bbox)];
......
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