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

_historyTempObj -> historyTempObj

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60414 954022d7-b5bf-4e40-9824-e11837661b57
parent f4f89297
......@@ -1745,7 +1745,7 @@ var gUndoInsDelCellsFlag = true;
oldFilter.insCells = true;
//заносим в историю
if(this._historyTempObj)
if(this.historyTempObj)
this._addHistoryTempObj(oldFilter, historyitem_AutoFilter_Empty, {activeCells: activeCells}, null, oldFilter.Ref);
else
this._addHistoryObj(oldFilter, historyitem_AutoFilter_Empty, {activeCells: activeCells}, null, oldFilter.Ref);
......
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