From a78e82a024d27b04d4ba8a3e3a958216b95130ae Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Mon, 29 Jul 2019 22:58:13 +0300 Subject: [PATCH] Code style tweak --- dashboard/src/routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/routes.ts b/dashboard/src/routes.ts index 23c0329d..4463c075 100644 --- a/dashboard/src/routes.ts +++ b/dashboard/src/routes.ts @@ -80,7 +80,7 @@ export const router = new VueRouter({ }, ], - scrollBehavior: function(to) { + scrollBehavior(to) { if (to.hash) { return { selector: to.hash,