Commit 8049fec8 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@53284 954022d7-b5bf-4e40-9824-e11837661b57
parent eb9739eb
...@@ -40,7 +40,6 @@ ...@@ -40,7 +40,6 @@
this.moveRangeTimerId = undefined; this.moveRangeTimerId = undefined;
this.moveResizeRangeTimerId = undefined; this.moveResizeRangeTimerId = undefined;
this.fillHandleModeTimerId = undefined; this.fillHandleModeTimerId = undefined;
this.moveRangeId = undefined;
this.enableKeyEvents = true; this.enableKeyEvents = true;
this.isSelectMode = false; this.isSelectMode = false;
this.hasCursor = false; this.hasCursor = false;
...@@ -62,7 +61,6 @@ ...@@ -62,7 +61,6 @@
this.isSelectionDialogMode = false; this.isSelectionDialogMode = false;
// Режим формулы // Режим формулы
this.isFormulaEditMode = false; this.isFormulaEditMode = false;
this.endWasPressed = false;
// Обработчик кликов для граф.объектов // Обработчик кликов для граф.объектов
this.clickCounter = new ClickCounter(); this.clickCounter = new ClickCounter();
...@@ -808,9 +806,6 @@ ...@@ -808,9 +806,6 @@
if (event.ctrlKey) { if (event.ctrlKey) {
dr = 2.5; dr = 2.5;
} }
/* else {
t.endWasPressed = true;
} */
break; break;
case 53: // make strikethrough Ctrl + 5 case 53: // make strikethrough Ctrl + 5
...@@ -1427,7 +1422,6 @@ ...@@ -1427,7 +1422,6 @@
/** @param event {jQuery.Event} */ /** @param event {jQuery.Event} */
_onMouseDblClick: function (event) { _onMouseDblClick: function (event) {
var t = this; var t = this;
var coord = t._getCoordinates(event);
if (this.handlers.trigger("isGlobalLockEditCell")) if (this.handlers.trigger("isGlobalLockEditCell"))
return false; return false;
......
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