diff options
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 d97a5c40f..6f9c5f37f 100644 --- a/ui/ui.droppable.js +++ b/ui/ui.droppable.js @@ -39,7 +39,6 @@ $.widget("ui.droppable", { plugins: {}, ui: function(c) { return { - instance: this, draggable: (c.currentItem || c.element), helper: c.helper, position: c.position, |