mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +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));
|
.finally(() => this.set("loading", null));
|
||||||
},
|
},
|
||||||
|
|
||||||
didInsertElement() {
|
|
||||||
this._super();
|
|
||||||
},
|
|
||||||
|
|
||||||
_close() {
|
_close() {
|
||||||
this._super();
|
this._super();
|
||||||
this.setProperties({
|
this.setProperties({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue