mirror of
https://github.com/flarum/core.git
synced 2025-07-20 08:11:27 +02:00
Add missing semicolon
This commit is contained in:
@@ -78,7 +78,7 @@ export default function boot(app) {
|
||||
// Initialize FastClick, which makes links and buttons much more responsive on
|
||||
// touch devices.
|
||||
$(() => {
|
||||
FastClick.attach(document.body)
|
||||
FastClick.attach(document.body);
|
||||
|
||||
$('body').addClass('ontouchstart' in window ? 'touch' : 'no-touch');
|
||||
});
|
||||
|
Reference in New Issue
Block a user