From 1f3f06f60efe89d65609a3a24ac6c97b1f755a34 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Tue, 10 Jun 2014 09:13:15 +0200 Subject: [PATCH] Make Auth class global It will allow to extend it in travis-pro-web --- assets/scripts/app/auth.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"