diff options
author | Richard Worth <rdworth@gmail.com> | 2008-06-07 19:32:51 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-06-07 19:32:51 +0000 |
commit | c94ffa276b5101275fe2234501417e92f018b439 (patch) | |
tree | f13b5d21ee09f12a25fb8cd9786250f40cd0dcaf /ui/ui.droppable.js | |
parent | 94236b383407bfedb2db5b3317ec536e50afa1c4 (diff) | |
download | jquery-ui-c94ffa276b5101275fe2234501417e92f018b439.tar.gz jquery-ui-c94ffa276b5101275fe2234501417e92f018b439.zip |
fixed #2928 - Plugin instances should not be exposed in the ui parameter of callbacks
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, |