Fix call to undefined value

This commit is contained in:
Paulo Gustavo Veiga 2012-11-05 00:58:00 -03:00
parent c1d041e3f8
commit 29e397ab3f

View File

@ -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);