[Client] Fix bug

This commit is contained in:
syuilo 2017-01-22 19:23:52 +09:00
parent 774c9bd8c0
commit 0651d1c1e9

View file

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