Commit 97bf716
Changed files (1)
app
assets
javascripts
app/assets/javascripts/application.js.coffee
@@ -21,7 +21,10 @@
#= require mocode
# for more details see: http://emberjs.com/guides/application/
-window.App = Ember.Application.create()
+window.App = Ember.Application.create
+ LOG_TRANSITIONS: true
+ LOG_TRANSITIONS_INTERNAL: true
+ LOG_VIEW_LOOKUPS: true
Ember.Route.reopen
activate: ->