[jQuery] Interface droppables versus UI Droppables

[jQuery] Interface droppables versus UI Droppables


Hi!
I'm moving a project from Interface to UI.
When it was working with Interface, I used to call ".recallDroppable"
when the DOM was modified (display new droppables and so on) while
dragging.
The comment of ".recallDroppable" is to the point :D...
"* useful when the positions/dimensions for droppables
* are changed while dragging a element"
So! My question is "how can I do the same with UI Droppable?"
It seems nothing is planed for that in UI :/.