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

убрал console.time

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56866 954022d7-b5bf-4e40-9824-e11837661b57
parent b3112279
......@@ -2707,8 +2707,6 @@ var gUndoInsDelCellsFlag = true;
var isEnd = false, cell, isEndWhile, result;
console.time("_getAdjacentCellsAF");
var prevActiveRange = {r1: cloneActiveRange.r1, c1: cloneActiveRange.c1, r2: cloneActiveRange.r2, c2: cloneActiveRange.c2};
while(isEnd === false)
......@@ -2825,9 +2823,6 @@ var gUndoInsDelCellsFlag = true;
};
console.timeEnd("_getAdjacentCellsAF");
//проверяем есть ли пустые строчки и столбцы в диапазоне
if(ar.r1 == cloneActiveRange.r1)
{
......
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