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.draggable.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.draggable.js')
-rw-r--r-- | ui/ui.draggable.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ui.draggable.js b/ui/ui.draggable.js index df555e686..b5e37502b 100644 --- a/ui/ui.draggable.js +++ b/ui/ui.draggable.js @@ -412,6 +412,7 @@ $.widget("ui.draggable", $.extend({}, $.ui.mouse, { return { helper: this.helper, position: this.position, + originalPosition: this.originalPosition, offset: this.positionAbs }; } |