summaryrefslogtreecommitdiff
path: root/src/web/app/mobile/scripts/stream.ls
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/app/mobile/scripts/stream.ls')
-rw-r--r--src/web/app/mobile/scripts/stream.ls13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/web/app/mobile/scripts/stream.ls b/src/web/app/mobile/scripts/stream.ls
new file mode 100644
index 0000000000..b7810b49ae
--- /dev/null
+++ b/src/web/app/mobile/scripts/stream.ls
@@ -0,0 +1,13 @@
+# 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