Fix commands calling super class constructor.
This commit is contained in:
@@ -21,6 +21,7 @@ mindplot.commands.DeleteCommand = new Class({
|
||||
initialize: function(topicIds, relIds) {
|
||||
$assert($defined(topicIds), 'topicIds can not be null');
|
||||
|
||||
this.parent();
|
||||
this._relIds = relIds;
|
||||
this._topicIds = topicIds;
|
||||
this._deletedTopicModels = [];
|
||||
|
Reference in New Issue
Block a user