diff options
author | Scott González <scott.gonzalez@gmail.com> | 2009-07-09 03:16:23 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2009-07-09 03:16:23 +0000 |
commit | ceb661f95959cda35b1445b6e71bb23fb8e95e40 (patch) | |
tree | 34610f8c344d769f332760f19c0f9ee7ca3c36b8 /ui/ui.droppable.js | |
parent | 56b0da59d71396a740cf48a75902243d561ba186 (diff) | |
download | jquery-ui-ceb661f95959cda35b1445b6e71bb23fb8e95e40.tar.gz jquery-ui-ceb661f95959cda35b1445b6e71bb23fb8e95e40.zip |
Droppable: Removed absolutePosition from ui hash. Fixes #3989 - Remove absolutePosition from ui hash.
Diffstat (limited to 'ui/ui.droppable.js')
-rw-r--r-- | ui/ui.droppable.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/ui.droppable.js b/ui/ui.droppable.js index db0dd3c28..8d347876a 100644 --- a/ui/ui.droppable.js +++ b/ui/ui.droppable.js @@ -125,7 +125,6 @@ $.widget("ui.droppable", { draggable: (c.currentItem || c.element), helper: c.helper, position: c.position, - absolutePosition: c.positionAbs, //deprecated offset: c.positionAbs }; } |