mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 09:10:25 +08:00
Remove pointless method
This commit is contained in:
parent
79b08b2679
commit
bec53426c4
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue