From c47addc973af1a685dfa39ed1e484df85a02e306 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 21 Nov 2017 10:01:00 +0900 Subject: #934 --- src/web/app/init.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/web/app/init.ts') diff --git a/src/web/app/init.ts b/src/web/app/init.ts index 652cbfde40..19605dc8a5 100644 --- a/src/web/app/init.ts +++ b/src/web/app/init.ts @@ -52,8 +52,8 @@ if (localStorage.getItem('should-refresh') == 'true') { } // MiOSを初期化してコールバックする -export default callback => { - const mios = new MiOS(); +export default (callback, sw = false) => { + const mios = new MiOS(sw); mios.init(() => { // ミックスイン初期化 -- cgit v1.2.3-freya