Skip to content

Instantly share code, notes, and snippets.

@taras
Created August 8, 2013 21:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taras/6188979 to your computer and use it in GitHub Desktop.
Save taras/6188979 to your computer and use it in GitHub Desktop.
Ember.LOG_BINDINGS = true;
var App = window.App = Ember.Application.create({
LOG_STACKTRACE_ON_DEPRECATION : true,
LOG_TRANSITIONS : true,
LOG_TRANSITIONS_INTERNAL : true,
LOG_VIEW_LOOKUPS : true,
LOG_ACTIVE_GENERATION : true
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment