From 36c11e1f0f24f5fc451ad1a38fd054c2cfa4d508 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 25 Feb 2018 00:18:09 +0900 Subject: Refactor --- src/web/app/mobile/script.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/web/app/mobile/script.ts') diff --git a/src/web/app/mobile/script.ts b/src/web/app/mobile/script.ts index fe73155c7c..eeadfd92b0 100644 --- a/src/web/app/mobile/script.ts +++ b/src/web/app/mobile/script.ts @@ -38,6 +38,7 @@ init((launch) => { // Register components require('./views/components'); + require('./views/widgets'); // http://qiita.com/junya/items/3ff380878f26ca447f85 document.body.setAttribute('ontouchstart', ''); -- cgit v1.2.3-freya