diff options
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 }; } |