eslint fix

adfbc3555cd436c77fcc58fb9abe6e5cd37601b6

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

1 files changed, +1 -1Showing whitespace changes
public/scripts/RossAscends-mods.js+1 -1
@@ -481,7 +481,7 @@ export function dragElement($elmnt) {
481481 let pos1 = 0, pos2 = 0, pos3 = 0, pos4 = 0;
482482 let height, width, top, left, right, bottom,
483483 maxX, maxY, winHeight, winWidth,
484484 topbar, topBarFirstX, topBarLastY;
485485
486486 const elmntName = $elmnt.attr('id');
487487 const elmntNameEscaped = $.escapeSelector(elmntName);