Fix a bug with the inheritance model

See https://github.com/meteor/meteor/issues/6162
This commit is contained in:
Maxime Quandalle 2016-02-10 17:18:13 +01:00
parent 8ab39f0baf
commit b8aefedcc3

View file

@ -116,7 +116,7 @@ BlazeComponent.extendComponent({
UnsavedEdits.set(this._getUnsavedEditKey(), this.getValue());
}
}
super();
super.close();
}
reset() {