Fix commands calling super class constructor.

This commit is contained in:
Paulo Gustavo Veiga
2012-02-27 19:25:14 -03:00
parent 58f1f741b0
commit e67b2ba50b
10 changed files with 12 additions and 53 deletions

View File

@@ -24,6 +24,7 @@ mindplot.commands.AddFeatureToTopicCommand = new Class({
$assert(featureType, 'featureType can not be null');
$assert(attributes, 'attributes can not be null');
this.parent();
this._topicId = topicId;
this._featureType = featureType;
this._attributes = attributes;