mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 04:08:41 +08:00
Upgrade to Ember 3.7.0
This commit is contained in:
@ -134,10 +134,10 @@ export default Ember.Component.extend(
|
||||
this.removeObserver(
|
||||
`content.@each.${this.get("nameProperty")}`,
|
||||
this,
|
||||
this._compute
|
||||
"_compute"
|
||||
);
|
||||
this.removeObserver(`content.[]`, this, this._compute);
|
||||
this.removeObserver(`asyncContent.[]`, this, this._compute);
|
||||
this.removeObserver(`content.[]`, this, "_compute");
|
||||
this.removeObserver(`asyncContent.[]`, this, "_compute");
|
||||
},
|
||||
|
||||
willComputeAttributes() {},
|
||||
|
Reference in New Issue
Block a user