hippofish/src/web/app/common/scripts/i.ls

17 lines
292 B
Text
Raw Normal View History

2016-12-28 23:49:51 +01:00
riot = require \riot
module.exports = (me) ->
riot.mixin \i do
init: ->
@I = me
@SIGNIN = me?
if @SIGNIN
@on \mount ~> me.on \updated @update
@on \unmount ~> me.off \updated @update
update-i: (data) ->
if data?
Object.assign me, data
me.trigger \updated