DEV: s/this._super()/this._super(...arguments) (#6908)

This commit is contained in:
Joffrey JAFFEUX
2019-01-19 10:05:51 +01:00
committed by GitHub
parent 61fff098ed
commit 502b1316d0
111 changed files with 174 additions and 151 deletions

View File

@ -37,7 +37,7 @@ export default DropdownSelectBoxComponent.extend({
iconForSelectedDetails: Ember.computed.alias("selectedDetails.icon"),
computeHeaderContent() {
let content = this._super();
let content = this._super(...arguments);
content.name = I18n.t(
`${this.get("i18nPrefix")}.${this.get("selectedDetails.key")}${this.get(
"i18nPostfix"