From 18ec136e1aec850b594de956bf6e67aff5885e92 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Sun, 22 Jan 2017 19:23:52 +0900
Subject: [PATCH] [Client] Fix bug

---
 src/web/app/common/scripts/i.ls | 2 ++
 1 file changed, 2 insertions(+)

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