diff --git a/assets/scripts/app/auth.coffee b/assets/scripts/app/auth.coffee index a3e5f22a..bbd15705 100644 --- a/assets/scripts/app/auth.coffee +++ b/assets/scripts/app/auth.coffee @@ -1,4 +1,4 @@ -Auth = Ember.Object.extend +window.Auth = Ember.Object.extend state: "signed-out" receivingEnd: "#{location.protocol}//#{location.host}"