- Fix actions over the central topic.

This commit is contained in:
Paulo Veiga
2011-11-30 00:59:36 -03:00
parent dfc3bbdbe6
commit 4d3baac09d
3 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ mindplot.commands.GenericFunctionCommand = new Class({
Extends:mindplot.Command,
initialize: function(commandFunc, topicsIds,value) {
$assert(commandFunc, "commandFunc must be defined");
$assert(topicsIds, "topicsIds must be defined");
$assert($defined(topicsIds), "topicsIds must be defined");
this._value = value;
this._topicsIds = topicsIds;