- Fix errors on actions over central topic.

This commit is contained in:
Paulo Veiga
2011-11-30 00:56:21 -03:00
parent e520d9baba
commit dfc3bbdbe6
9 changed files with 28 additions and 26 deletions

View File

@@ -19,6 +19,8 @@
mindplot.commands.DeleteCommand = new Class({
Extends:mindplot.Command,
initialize: function(topicIds, relIds) {
$assert($defined(topicIds), 'topicIds can not be null');
this._relIds = relIds;
this._topicIds = topicIds;
this._deletedTopicModels = [];