summaryrefslogtreecommitdiff
path: root/src/web/app/common/scripts/i.ls
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/app/common/scripts/i.ls')
-rw-r--r--src/web/app/common/scripts/i.ls13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/web/app/common/scripts/i.ls b/src/web/app/common/scripts/i.ls
deleted file mode 100644
index 9b5fa87441..0000000000
--- a/src/web/app/common/scripts/i.ls
+++ /dev/null
@@ -1,13 +0,0 @@
-riot = require \riot
-
-module.exports = (me) ->
- riot.mixin \i do
- init: ->
- @I = me
- @SIGNIN = me?
-
- if @SIGNIN
- @on \mount ~> me.on \updated @update
- @on \unmount ~> me.off \updated @update
-
- me: me \ No newline at end of file