do not raise on deprecations

This commit is contained in:
Sven Fuchs 2012-09-14 13:50:39 +02:00
parent 6a05689fd2
commit 16a6118920
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ require 'data/sponsors'
# $.mockjaxSettings.log = false
# Ember.LOG_BINDINGS = true
Ember.ENV.RAISE_ON_DEPRECATION = true
# Ember.ENV.RAISE_ON_DEPRECATION = true
# Pusher.log = -> console.log(arguments)
Travis.reopen

File diff suppressed because one or more lines are too long