eslint fix

adfbc3555cd436c77fcc58fb9abe6e5cd37601b6

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

1 files changed, +1 -1Ignore whitespace
public/scripts/RossAscends-mods.js+1 -1
@@ -481,7 +481,7 @@ export function dragElement($elmnt) {
481 let pos1 = 0, pos2 = 0, pos3 = 0, pos4 = 0;481 let pos1 = 0, pos2 = 0, pos3 = 0, pos4 = 0;
482 let height, width, top, left, right, bottom,482 let height, width, top, left, right, bottom,
483 maxX, maxY, winHeight, winWidth,483 maxX, maxY, winHeight, winWidth,
484 topbar, topBarFirstX, topBarLastY;484 topbar;
485485
486 const elmntName = $elmnt.attr('id');486 const elmntName = $elmnt.attr('id');
487 const elmntNameEscaped = $.escapeSelector(elmntName);487 const elmntNameEscaped = $.escapeSelector(elmntName);