From b8aefedcc3dcaf62d1b45f1e4ffb1dc4fdc55f63 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Wed, 10 Feb 2016 17:18:13 +0100 Subject: Fix a bug with the inheritance model See https://github.com/meteor/meteor/issues/6162 --- client/components/cards/cardDetails.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/components/cards') diff --git a/client/components/cards/cardDetails.js b/client/components/cards/cardDetails.js index d8323393..08a465bd 100644 --- a/client/components/cards/cardDetails.js +++ b/client/components/cards/cardDetails.js @@ -116,7 +116,7 @@ BlazeComponent.extendComponent({ UnsavedEdits.set(this._getUnsavedEditKey(), this.getValue()); } } - super(); + super.close(); } reset() { -- cgit v1.2.3-1-g7c22