Commit dc071c2a authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete unused argument

parent c2efee77
...@@ -3596,7 +3596,7 @@ function OfflineEditor () { ...@@ -3596,7 +3596,7 @@ function OfflineEditor () {
if (!this.isSelectionDialogMode) { if (!this.isSelectionDialogMode) {
this.handlers.trigger("selectionNameChanged", this.getSelectionName(/*bRangeText*/true)); this.handlers.trigger("selectionNameChanged", this.getSelectionName(/*bRangeText*/true));
if (!isSelectMode) { if (!isSelectMode) {
this.handlers.trigger("selectionChanged", this.getSelectionInfo(false)); this.handlers.trigger("selectionChanged", this.getSelectionInfo());
this.handlers.trigger("selectionMathInfoChanged", this.getSelectionMathInfo()); this.handlers.trigger("selectionMathInfoChanged", this.getSelectionMathInfo());
} }
} else { } else {
......
...@@ -7489,7 +7489,7 @@ ...@@ -7489,7 +7489,7 @@
if (!this.isSelectionDialogMode) { if (!this.isSelectionDialogMode) {
this.handlers.trigger("selectionNameChanged", this.getSelectionName(/*bRangeText*/true)); this.handlers.trigger("selectionNameChanged", this.getSelectionName(/*bRangeText*/true));
if (!isSelectMode) { if (!isSelectMode) {
this.handlers.trigger("selectionChanged", this.getSelectionInfo(false)); this.handlers.trigger("selectionChanged", this.getSelectionInfo());
this.handlers.trigger("selectionMathInfoChanged", this.getSelectionMathInfo()); this.handlers.trigger("selectionMathInfoChanged", this.getSelectionMathInfo());
} }
} else { } else {
......
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