From 010754da8aa1ce4d24e5993f427c3c5d70debc9e Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 20 Mar 2013 19:05:36 +0100 Subject: [PATCH] Use container as a context to lookup delegated call --- assets/scripts/app/app.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scripts/app/app.coffee b/assets/scripts/app/app.coffee index 311fc067..c296f5eb 100644 --- a/assets/scripts/app/app.coffee +++ b/assets/scripts/app/app.coffee @@ -22,7 +22,7 @@ unless window.TravisApplication @_super.apply(this, arguments); lookup: -> - @__container__.lookup.apply this, arguments + @__container__.lookup.apply @__container__, arguments storeAfterSignInPath: (path) -> @get('auth').storeAfterSignInPath(path)