mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Remove pointless method
This commit is contained in:
@@ -54,10 +54,6 @@ export default Ember.Component.extend(CardContentsBase, CleansUp, {
|
||||
.finally(() => this.set("loading", null));
|
||||
},
|
||||
|
||||
didInsertElement() {
|
||||
this._super();
|
||||
},
|
||||
|
||||
_close() {
|
||||
this._super();
|
||||
this.setProperties({
|
||||
|
||||
Reference in New Issue
Block a user