Skip to content

Commit

Permalink
Add _ENABLE_DID_INIT_ATTRS_SUPPORT config
Browse files Browse the repository at this point in the history
  • Loading branch information
thoov committed Dec 5, 2017
1 parent 5fdc5e2 commit ec7da52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ module.exports = function(/* environment, appConfig */) {
_ENABLE_SAFE_STRING_SUPPORT: true,
_ENABLE_ENUMERABLE_CONTAINS_SUPPORT: true,
_ENABLE_UNDERSCORE_ACTIONS_SUPPORT: true,
_ENABLE_RESOLVER_FUNCTION_SUPPORT: true
_ENABLE_RESOLVER_FUNCTION_SUPPORT: true,
_ENABLE_DID_INIT_ATTRS_SUPPORT: true
}
};
};

0 comments on commit ec7da52

Please sign in to comment.