remove joyRide setting on logout

stable
Juanfran 2015-10-27 11:01:33 +01:00
parent 00cddb6bb6
commit 1272a0af48
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ class CurrentUserService
@._user = null
@._projects = Immutable.Map()
@._projectsById = Immutable.Map()
@._joyride = null
setUser: (user) ->
@._user = user