Remove pointless method
This commit is contained in:
parent
79b08b2679
commit
bec53426c4
|
@ -54,10 +54,6 @@ export default Ember.Component.extend(CardContentsBase, CleansUp, {
|
|||
.finally(() => this.set("loading", null));
|
||||
},
|
||||
|
||||
didInsertElement() {
|
||||
this._super();
|
||||
},
|
||||
|
||||
_close() {
|
||||
this._super();
|
||||
this.setProperties({
|
||||
|
|
Loading…
Reference in New Issue