From 4fccfbd80593c64471b04667251c15f6ea4cbe81 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 19 Feb 2017 07:14:07 +0900 Subject: [Client] Fix bug --- src/web/app/common/scripts/i.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/app/common/scripts') 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; -- cgit v1.2.3-freya