Commit 4cf4c8b2 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

fix global variable

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56661 954022d7-b5bf-4e40-9824-e11837661b57
parent 1ff0632c
...@@ -2904,7 +2904,7 @@ var gUndoInsDelCellsFlag = true; ...@@ -2904,7 +2904,7 @@ var gUndoInsDelCellsFlag = true;
} }
} }
var newRange = {}; var newRange = {}, oldRange;
for(var i = 0; i < oldFilters.length; i++) for(var i = 0; i < oldFilters.length; i++)
{ {
if(!oldFilters[i].Ref || oldFilters[i].Ref == "") if(!oldFilters[i].Ref || oldFilters[i].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