summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-01-22 19:23:52 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-01-22 19:23:52 +0900
commit18ec136e1aec850b594de956bf6e67aff5885e92 (patch)
treeffcb68c19d2b1d84924e89e41e4cf30a4906050b /src/web
parent[Server] Fix query performance (diff)
downloadsharkey-18ec136e1aec850b594de956bf6e67aff5885e92.tar.gz
sharkey-18ec136e1aec850b594de956bf6e67aff5885e92.tar.bz2
sharkey-18ec136e1aec850b594de956bf6e67aff5885e92.zip
[Client] Fix bug
Diffstat (limited to 'src/web')
-rw-r--r--src/web/app/common/scripts/i.ls2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/web/app/common/scripts/i.ls b/src/web/app/common/scripts/i.ls
index e05a7459ff..9b5fa87441 100644
--- a/src/web/app/common/scripts/i.ls
+++ b/src/web/app/common/scripts/i.ls
@@ -9,3 +9,5 @@ module.exports = (me) ->
if @SIGNIN
@on \mount ~> me.on \updated @update
@on \unmount ~> me.off \updated @update
+
+ me: me \ No newline at end of file