mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-28 12:36:35 +00:00
Trim whitespace
This commit is contained in:
parent
af4d756790
commit
767f83a730
1 changed files with 2 additions and 2 deletions
|
|
@ -120,9 +120,9 @@ function Winamp () {
|
|||
// however the element is 'relatively' positioned so we're using style.left
|
||||
// parseInt is used to remove the 'px' postfix from the value
|
||||
|
||||
var winStartLeft = parseInt(winampElm.style.left || 0,10),
|
||||
var winStartLeft = parseInt(winampElm.style.left || 0,10),
|
||||
winStartTop = parseInt(winampElm.style.top || 0,10);
|
||||
|
||||
|
||||
// get starting mouse position
|
||||
var mouseStartLeft = e.clientX,
|
||||
mouseStartTop = e.clientY;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue