Use container as a context to lookup delegated call
This commit is contained in:
parent
f87fe183e4
commit
010754da8a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user