diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-18 13:23:23 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-18 13:23:23 +0900 |
| commit | 2db313986aa494da3d6ba3ac2773002ee1b2b8fe (patch) | |
| tree | f6df258d24d64f65546f7b8a5ce33107348359a5 /src/web/app/mobile/scripts/stream.ls | |
| parent | :v: (diff) | |
| download | sharkey-2db313986aa494da3d6ba3ac2773002ee1b2b8fe.tar.gz sharkey-2db313986aa494da3d6ba3ac2773002ee1b2b8fe.tar.bz2 sharkey-2db313986aa494da3d6ba3ac2773002ee1b2b8fe.zip | |
:v:
Diffstat (limited to 'src/web/app/mobile/scripts/stream.ls')
| -rw-r--r-- | src/web/app/mobile/scripts/stream.ls | 13 |
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 |