diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-18 13:18:59 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-18 13:18:59 +0900 |
| commit | 4770e1fab89b35671f9fd1eb3080efca717e27ac (patch) | |
| tree | 1fa19779dadb27bf1804d4338409146adf62af74 /src/web/app/mobile/scripts | |
| parent | :v: (diff) | |
| download | sharkey-4770e1fab89b35671f9fd1eb3080efca717e27ac.tar.gz sharkey-4770e1fab89b35671f9fd1eb3080efca717e27ac.tar.bz2 sharkey-4770e1fab89b35671f9fd1eb3080efca717e27ac.zip | |
:v:
Diffstat (limited to 'src/web/app/mobile/scripts')
| -rw-r--r-- | src/web/app/mobile/scripts/stream.ls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/mobile/scripts/stream.ls b/src/web/app/mobile/scripts/stream.ls index b7810b49ae..28418d7788 100644 --- a/src/web/app/mobile/scripts/stream.ls +++ b/src/web/app/mobile/scripts/stream.ls @@ -1,7 +1,7 @@ # Stream #================================ -stream = require '../../common/scripts/stream.ls' +stream = require '../../common/scripts/stream' riot = require \riot module.exports = (me) ~> |