eslint fix
| @@ -481,7 +481,7 @@ export function dragElement($elmnt) { | ||
| 481 | 481 | let pos1 = 0, pos2 = 0, pos3 = 0, pos4 = 0; |
| 482 | 482 | let height, width, top, left, right, bottom, |
| 483 | 483 | maxX, maxY, winHeight, winWidth, |
| 484 | 484 | topbar, topBarFirstX, topBarLastY; |
| 485 | 485 | |
| 486 | 486 | const elmntName = $elmnt.attr('id'); |
| 487 | 487 | const elmntNameEscaped = $.escapeSelector(elmntName); |