[Client] Fix bug

This commit is contained in:
syuilo 2017-01-22 19:23:52 +09:00
parent d96762cbac
commit 18ec136e1a

View file

@ -9,3 +9,5 @@ module.exports = (me) ->
if @SIGNIN
@on \mount ~> me.on \updated @update
@on \unmount ~> me.off \updated @update
me: me