1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-06 17:41:01 +00:00

Fix webpack error on comments

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
Kevin Decherf 2017-09-06 22:42:23 +02:00
parent b9c26b6330
commit e317a5ab60
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
import Mousetrap from 'mousetrap'; import Mousetrap from 'mousetrap';
/** Shortcuts **/ /* Shortcuts */
/* Go to */ /* Go to */
Mousetrap.bind('g u', () => { window.location.href = Routing.generate('homepage'); }); Mousetrap.bind('g u', () => { window.location.href = Routing.generate('homepage'); });