Skip to content

Commit

Permalink
[FEATURE GLIMMER_MODIFIER_MANAGER] Enable by default.
Browse files Browse the repository at this point in the history
This was discussed in the last framework meeting...
  • Loading branch information
rwjblue committed Dec 14, 2018
1 parent d88da1b commit 0739552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ember/canary-features/index.ts
Original file line number Diff line number Diff line change
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 0739552

Please sign in to comment.