diff options
author | Paul Bakaus <paul.bakaus@googlemail.com> | 2009-08-23 17:40:44 +0000 |
---|---|---|
committer | Paul Bakaus <paul.bakaus@googlemail.com> | 2009-08-23 17:40:44 +0000 |
commit | fd618d042f0a7145e51e785ac02337d821d0b2c4 (patch) | |
tree | 52dc5b25ebaa3f1725786d182c628233acd1b60e /ui/ui.sortable.js | |
parent | d2e43a07c0cae31c0f5093832c9f812fa143b456 (diff) | |
download | jquery-ui-fd618d042f0a7145e51e785ac02337d821d0b2c4.tar.gz jquery-ui-fd618d042f0a7145e51e785ac02337d821d0b2c4.zip |
draggable, sortable: include originalPosition in ui hash, implements #3782
Diffstat (limited to 'ui/ui.sortable.js')
-rw-r--r-- | ui/ui.sortable.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ui.sortable.js b/ui/ui.sortable.js index 2fd86bc02..0347f86b9 100644 --- a/ui/ui.sortable.js +++ b/ui/ui.sortable.js @@ -1009,6 +1009,7 @@ $.widget("ui.sortable", $.extend({}, $.ui.mouse, { helper: self.helper, placeholder: self.placeholder || $([]), position: self.position, + originalPosition: originalPosition, offset: self.positionAbs, item: self.currentItem, sender: inst ? inst.element : null |