mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Draggable: Replaced incorrect comma with semicolon after lint
This commit is contained in:
parent
fb2eca6552
commit
74912d383a
2
ui/jquery.ui.draggable.js
vendored
2
ui/jquery.ui.draggable.js
vendored
@ -415,7 +415,7 @@ $.widget( "ui.draggable", $.ui.draggable, {
|
||||
return;
|
||||
}
|
||||
|
||||
offset = container.offset(),
|
||||
offset = container.offset();
|
||||
left = offset.left +
|
||||
(parseFloat( $.css( container[0], "borderLeftWidth", true ) ) || 0) +
|
||||
(parseFloat( $.css( container[0], "paddingLeft", true ) ) || 0);
|
||||
|
Loading…
Reference in New Issue
Block a user