Fix call to undefined value
parent
c1d041e3f8
commit
29e397ab3f
|
@ -83,7 +83,7 @@ mindplot.StandaloneActionDispatcher = new Class({
|
||||||
topic.setText(value);
|
topic.setText(value);
|
||||||
return result;
|
return result;
|
||||||
};
|
};
|
||||||
command.commandType = "changeTextToTopic";
|
commandFunc.commandType = "changeTextToTopic";
|
||||||
|
|
||||||
var command = new mindplot.commands.GenericFunctionCommand(commandFunc, topicsIds, text);
|
var command = new mindplot.commands.GenericFunctionCommand(commandFunc, topicsIds, text);
|
||||||
this.execute(command);
|
this.execute(command);
|
||||||
|
|
Loading…
Reference in New Issue