[chore] Run eslint

441465f08b54c4e9a400b15eb36ae6a51e924159

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -2Ignore whitespace
public/scripts/popup.js+2 -2
@@ -1,4 +1,4 @@
11import dialogPolyfill from "'../lib/dialog-polyfill.esm.js"';
22import { shouldSendOnEnter } from './RossAscends-mods.js';
33import { power_user } from './power-user.js';
44import { removeFromArray, runAfterAnimation, uuidv4 } from './utils.js';
@@ -180,7 +180,7 @@ export class Popup {
180180 // @ts-ignore
181181 this.dlg = template.content.cloneNode(true).querySelector('.popup');
182182 if (!this.dlg.showModal) {
183183 this.dlg.classList.add("'poly_dialog"');
184184 dialogPolyfill.registerDialog(this.dlg);
185185 }
186186 this.body = this.dlg.querySelector('.popup-body');