Use container as a context to lookup delegated call

This commit is contained in:
Piotr Sarnacki 2013-03-20 19:05:36 +01:00
parent f87fe183e4
commit 010754da8a

View File

@ -22,7 +22,7 @@ unless window.TravisApplication
@_super.apply(this, arguments); @_super.apply(this, arguments);
lookup: -> lookup: ->
@__container__.lookup.apply this, arguments @__container__.lookup.apply @__container__, arguments
storeAfterSignInPath: (path) -> storeAfterSignInPath: (path) ->
@get('auth').storeAfterSignInPath(path) @get('auth').storeAfterSignInPath(path)