Commit 7e78aac3 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

refactoring

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@53085 954022d7-b5bf-4e40-9824-e11837661b57
parent 0623a99b
......@@ -716,9 +716,9 @@
_onMoveResizeRangeHandle: function (x, y, target, callback) {
var ws = this.getWorksheet();
var res = ws.changeSelectionMoveResizeRangeHandle(x, y, target);
if( res ){
if( 0 == target.targetArr )
ws.changeCellRange(this.cellEditor,res.ar)
if(res){
if(0 == target.targetArr)
ws.changeCellRange(this.cellEditor,res.ar);
if ($.isFunction(callback)) {callback(res.d);}
}
},
......
This diff is collapsed.
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