Skip to content

Commit

Permalink
continue to use init
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Apr 21, 2021
1 parent 2a47423 commit 6bcf40a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/model/addon/-private/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ function computeOnce(target, key, desc) {
@uses EmberData.DeprecatedEvented
*/
class Model extends EmberObject {
constructor(args) {
super(args);
init(...args) {
super.init(...args);

if (RECORD_DATA_ERRORS) {
this._invalidRequests = [];
Expand Down

0 comments on commit 6bcf40a

Please sign in to comment.