Skip to content

Instantly share code, notes, and snippets.

@blt04
Created May 23, 2012 17:43
Show Gist options
  • Save blt04/2776612 to your computer and use it in GitHub Desktop.
Save blt04/2776612 to your computer and use it in GitHub Desktop.
Disable deprecated features in Ember
ENV = {};
ENV.CP_DEFAULT_CACHEABLE = true;
ENV.VIEW_PRESERVES_CONTEXT = true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment