Commit 70d22603 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47126 954022d7-b5bf-4e40-9824-e11837661b57
parent 5a443a0c
...@@ -5841,7 +5841,7 @@ ...@@ -5841,7 +5841,7 @@
if (!isSelectMode) if (!isSelectMode)
this._trigger("selectionChanged", this.getSelectionInfo()); this._trigger("selectionChanged", this.getSelectionInfo());
} else { } else {
// ToDo смена диапазона // Смена диапазона
this._trigger("selectionRangeChanged", this.getSelectionRangeValue()); this._trigger("selectionRangeChanged", this.getSelectionRangeValue());
} }
} }
...@@ -5982,7 +5982,7 @@ ...@@ -5982,7 +5982,7 @@
if (!isSelectMode) if (!isSelectMode)
this._trigger("selectionChanged", this.getSelectionInfo(false)); this._trigger("selectionChanged", this.getSelectionInfo(false));
} else { } else {
// ToDo смена диапазона // Смена диапазона
this._trigger("selectionRangeChanged", this.getSelectionRangeValue()); this._trigger("selectionRangeChanged", this.getSelectionRangeValue());
} }
} }
......
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