mirror of
https://github.com/flarum/core.git
synced 2025-07-12 20:36:28 +02:00
Run prettier for all JS files
This commit is contained in:
@ -7,7 +7,7 @@ export default class Drawer {
|
||||
constructor() {
|
||||
// Set up an event handler so that whenever the content area is tapped,
|
||||
// the drawer will close.
|
||||
$('#content').click(e => {
|
||||
$('#content').click((e) => {
|
||||
if (this.isOpen()) {
|
||||
e.preventDefault();
|
||||
this.hide();
|
||||
|
Reference in New Issue
Block a user