Skip to content

Commit

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

Expand Down

0 comments on commit bcd9a64

Please sign in to comment.