Browse Source

Fix a bug with the inheritance model

See https://github.com/meteor/meteor/issues/6162
Maxime Quandalle 9 years ago
parent
commit
b8aefedcc3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/components/cards/cardDetails.js

+ 1 - 1
client/components/cards/cardDetails.js

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