turn on ENV.RAISE_ON_DEPRECATION

This commit is contained in:
Piotr Sarnacki 2013-03-06 14:59:34 +01:00
parent 7c1a64ccb6
commit 71f4885472

View File

@ -1,6 +1,9 @@
require 'ext/jquery'
require 'ext/ember/namespace'
window.ENV ||= {}
window.ENV.RAISE_ON_DEPRECATION = true
# TODO: how can I put it in Travis namespace and use immediately?
Storage = Em.Object.extend
init: ->