Skip to content

Commit

Permalink
Merge pull request #19068 from emberjs/enable-destroyables-api
Browse files Browse the repository at this point in the history
[FEATURE] Enable @ember/destroyable API.
  • Loading branch information
rwjblue committed Jul 31, 2020
2 parents 121c8ac + 39494a1 commit 928ed16
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 @@ -22,7 +22,7 @@ export const DEFAULT_FEATURES = {
EMBER_ROUTING_MODEL_ARG: true,
EMBER_GLIMMER_IN_ELEMENT: true,
EMBER_CACHE_API: true,
EMBER_DESTROYABLES: null,
EMBER_DESTROYABLES: true,
};

/**
Expand Down

0 comments on commit 928ed16

Please sign in to comment.