Skip to content

Commit

Permalink
Merge pull request #23 from thoov/did-init-attrs
Browse files Browse the repository at this point in the history
Add _ENABLE_DID_INIT_ATTRS_SUPPORT config
  • Loading branch information
rwjblue authored Dec 5, 2017
2 parents 5fdc5e2 + ec7da52 commit 61ed64a
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 61ed64a

Please sign in to comment.