From 8b91502ab5734d9b632e5329e50061f08a6312bd Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 16 Nov 2017 03:06:52 +0900 Subject: #919 --- src/web/app/dev/script.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/web/app/dev/script.ts') diff --git a/src/web/app/dev/script.ts b/src/web/app/dev/script.ts index 39d7fc891e..b115c5be48 100644 --- a/src/web/app/dev/script.ts +++ b/src/web/app/dev/script.ts @@ -12,7 +12,7 @@ import route from './router'; /** * init */ -init(me => { +init(() => { // Start routing - route(me); + route(); }); -- cgit v1.2.3-freya