Draggable: Replaced incorrect comma with semicolon after lint

This commit is contained in:
Dave Stein 2012-11-13 16:37:09 -05:00
parent fb2eca6552
commit 74912d383a

View File

@ -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);