mizzkey/src/web/app/mobile/scripts/stream.ls

14 lines
260 B
Text
Raw Normal View History

2016-12-29 07:49:51 +09:00
# Stream
#================================
stream = require '../../common/scripts/stream.ls'
riot = require \riot
module.exports = (me) ~>
s = stream me
riot.mixin \stream do
stream: s.event
get-stream-state: s.get-state
stream-state-ev: s.state-ev