| 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; |
| 485 | | 485 | |
| 486 | const elmntName = $elmnt.attr('id'); | 486 | const elmntName = $elmnt.attr('id'); |
| 487 | const elmntNameEscaped = $.escapeSelector(elmntName); | 487 | const elmntNameEscaped = $.escapeSelector(elmntName); |