mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 07:38:08 +08:00
Add missing semicolon
This commit is contained in:
parent
5382d0ce1a
commit
0db4708ef9
@ -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');
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user