Make Auth class global
It will allow to extend it in travis-pro-web
This commit is contained in:
parent
fe1ced55ba
commit
1f3f06f60e
|
@ -1,4 +1,4 @@
|
|||
Auth = Ember.Object.extend
|
||||
window.Auth = Ember.Object.extend
|
||||
state: "signed-out"
|
||||
receivingEnd: "#{location.protocol}//#{location.host}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user