Commit f0fff895 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

isLargeRange не работала проверка

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66411 954022d7-b5bf-4e40-9824-e11837661b57
parent 9b3a062a
......@@ -8048,7 +8048,7 @@
}
}
var isLargeRange = t._isLargeRange(range), callTrigger = false;
var isLargeRange = t._isLargeRange(range.bbox), callTrigger = false;
var res;
var mc, r, c, cell;
......
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