From b52a4e1225fb98022b0d2c3663284a576d6cb991 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,