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, 0 insertions, 13 deletions
diff --git a/src/web/app/mobile/scripts/stream.ls b/src/web/app/mobile/scripts/stream.ls
deleted file mode 100644
index 28418d7788..0000000000
--- a/src/web/app/mobile/scripts/stream.ls
+++ /dev/null
@@ -1,13 +0,0 @@
-# Stream
-#================================
-
-stream = require '../../common/scripts/stream'
-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