Ver Fonte

Fix a bug with the inheritance model

See https://github.com/meteor/meteor/issues/6162
Maxime Quandalle há 9 anos atrás
pai
commit
b8aefedcc3
1 ficheiros alterados com 1 adições e 1 exclusões
  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() {