Skip to content

Commit

Permalink
Droppable: Removed absolutePosition from ui hash. Fixes #3989 - Remov…
Browse files Browse the repository at this point in the history
…e absolutePosition from ui hash.
  • Loading branch information
scottgonzalez committed Jul 9, 2009
1 parent 56b0da5 commit ceb661f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/ui.droppable.js
Expand Up @@ -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
};
}
Expand Down

0 comments on commit ceb661f

Please sign in to comment.