diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-19 07:14:07 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-19 07:14:07 +0900 |
| commit | 4fccfbd80593c64471b04667251c15f6ea4cbe81 (patch) | |
| tree | 1f27fcf14e3e523e98c64b5cda93c2fa761fd5a3 /src/web/app/common/scripts | |
| parent | :v: (diff) | |
| download | sharkey-4fccfbd80593c64471b04667251c15f6ea4cbe81.tar.gz sharkey-4fccfbd80593c64471b04667251c15f6ea4cbe81.tar.bz2 sharkey-4fccfbd80593c64471b04667251c15f6ea4cbe81.zip | |
[Client] Fix bug
Diffstat (limited to 'src/web/app/common/scripts')
| -rw-r--r-- | src/web/app/common/scripts/i.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/scripts/i.js b/src/web/app/common/scripts/i.js index 66ce37d506..20c33c6402 100644 --- a/src/web/app/common/scripts/i.js +++ b/src/web/app/common/scripts/i.js @@ -2,7 +2,7 @@ const riot = require('riot'); module.exports = me => { riot.mixin('i', { - init: () => { + init: function() { this.I = me; this.SIGNIN = me != null; |