mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
sortable: removed deprecated ui.absolutePosition from ui hash, fixes #3991
This commit is contained in:
parent
957774c685
commit
d2e43a07c0
@ -1009,7 +1009,6 @@ $.widget("ui.sortable", $.extend({}, $.ui.mouse, {
|
||||
helper: self.helper,
|
||||
placeholder: self.placeholder || $([]),
|
||||
position: self.position,
|
||||
absolutePosition: self.positionAbs, //deprecated
|
||||
offset: self.positionAbs,
|
||||
item: self.currentItem,
|
||||
sender: inst ? inst.element : null
|
||||
|
Loading…
Reference in New Issue
Block a user