From e317a5ab607d902194a494c92743e8a8d27625f2 Mon Sep 17 00:00:00 2001 From: Kevin Decherf Date: Wed, 6 Sep 2017 22:42:23 +0200 Subject: Fix webpack error on comments Signed-off-by: Kevin Decherf --- app/Resources/static/themes/_global/js/shortcuts/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Resources/static/themes/_global/js') diff --git a/app/Resources/static/themes/_global/js/shortcuts/main.js b/app/Resources/static/themes/_global/js/shortcuts/main.js index c81bf869..b99fa802 100644 --- a/app/Resources/static/themes/_global/js/shortcuts/main.js +++ b/app/Resources/static/themes/_global/js/shortcuts/main.js @@ -1,6 +1,6 @@ import Mousetrap from 'mousetrap'; -/** Shortcuts **/ +/* Shortcuts */ /* Go to */ Mousetrap.bind('g u', () => { window.location.href = Routing.generate('homepage'); }); -- cgit v1.2.3