Skip to content

Commit

Permalink
Merge pull request #17375 from rwjblue/enable-feature
Browse files Browse the repository at this point in the history
[FEATURE GLIMMER_MODIFIER_MANAGER] Enable by default.
  • Loading branch information
rwjblue committed Dec 14, 2018
2 parents d88da1b + 0739552 commit 75da82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ember/canary-features/index.ts
Expand Up @@ -20,7 +20,7 @@ export const DEFAULT_FEATURES = {
EMBER_ENGINES_MOUNT_PARAMS: true,
EMBER_MODULE_UNIFICATION: null,
GLIMMER_CUSTOM_COMPONENT_MANAGER: true,
GLIMMER_MODIFIER_MANAGER: null,
GLIMMER_MODIFIER_MANAGER: true,
EMBER_METAL_TRACKED_PROPERTIES: null,
EMBER_GLIMMER_ANGLE_BRACKET_INVOCATION: true,
EMBER_GLIMMER_ARRAY_HELPER: null,
Expand Down

0 comments on commit 75da82a

Please sign in to comment.