Make Auth class global

It will allow to extend it in travis-pro-web
This commit is contained in:
Piotr Sarnacki 2014-06-10 09:13:15 +02:00
parent fe1ced55ba
commit 1f3f06f60e

View File

@ -1,4 +1,4 @@
Auth = Ember.Object.extend
window.Auth = Ember.Object.extend
state: "signed-out"
receivingEnd: "#{location.protocol}//#{location.host}"