diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-01-22 19:23:52 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-01-22 19:23:52 +0900 |
| commit | 18ec136e1aec850b594de956bf6e67aff5885e92 (patch) | |
| tree | ffcb68c19d2b1d84924e89e41e4cf30a4906050b /src/web/app/common/scripts | |
| parent | [Server] Fix query performance (diff) | |
| download | sharkey-18ec136e1aec850b594de956bf6e67aff5885e92.tar.gz sharkey-18ec136e1aec850b594de956bf6e67aff5885e92.tar.bz2 sharkey-18ec136e1aec850b594de956bf6e67aff5885e92.zip | |
[Client] Fix bug
Diffstat (limited to 'src/web/app/common/scripts')
| -rw-r--r-- | src/web/app/common/scripts/i.ls | 2 |
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 |