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);}
}
},
......
......@@ -5216,7 +5216,6 @@
}
}
do {
// Эпсилон для fillHandle
var fillHandleEpsilon = this.width_1px;
if (!isViewerMode && !this.isChartAreaEditMode &&
......@@ -5386,8 +5385,6 @@
};
}
} while(0);
return {cursor: kCurDefault, target: "none", col: -1, row: -1};
},
......
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