emberjs / guides

This repository is DEPRECATED!
https://github.com/ember-learn/guides-source
Other
283 stars 873 forks source link

Added missing this._super(...arguments); to init() #2321

Closed rmminusrfslash closed 6 years ago

rmminusrfslash commented 6 years ago

Added this._super(...arguments); to init() to follow best practices and to pass ESLint test. This fails the ESLint test 9:3 - Call this._super(...arguments) in init hook (ember/require-super-in-init) I'm adding a pull request in the ember-learn/super-rentals repo with the same change which will reference this one.