mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Update sortable.js
fix whitespace
This commit is contained in:
parent
26f30b3dbb
commit
fc6c7f772b
@ -224,6 +224,7 @@ return $.widget( "ui.sortable", $.ui.mouse, {
|
||||
left: event.pageX - this.offset.left,
|
||||
top: event.pageY - this.offset.top
|
||||
},
|
||||
|
||||
// This is a relative to absolute position minus the actual position calculation -
|
||||
// only used for relative positioned helper
|
||||
relative: this._getRelativeOffset()
|
||||
|
Loading…
Reference in New Issue
Block a user