aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.droppable.js
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2013-01-02 18:27:22 -0500
committerMike Sherov <mike.sherov@gmail.com>2013-01-02 18:27:22 -0500
commitf667d090a74ce3f9c0bacceab93ec542c6915e44 (patch)
tree2334132b1fa1485e72ac5aa73d46ef78c5ff4f56 /ui/jquery.ui.droppable.js
parentcf7dc089e00b781e4fb237da3b3e856cf996c7ed (diff)
downloadjquery-ui-f667d090a74ce3f9c0bacceab93ec542c6915e44.tar.gz
jquery-ui-f667d090a74ce3f9c0bacceab93ec542c6915e44.zip
Interactions: Update widget defaults to match documented API.
Diffstat (limited to 'ui/jquery.ui.droppable.js')
-rw-r--r--ui/jquery.ui.droppable.js9
1 files changed, 8 insertions, 1 deletions
diff --git a/ui/jquery.ui.droppable.js b/ui/jquery.ui.droppable.js
index 35a260151..0f75774a7 100644
--- a/ui/jquery.ui.droppable.js
+++ b/ui/jquery.ui.droppable.js
@@ -30,7 +30,14 @@ $.widget("ui.droppable", {
greedy: false,
hoverClass: false,
scope: "default",
- tolerance: "intersect"
+ tolerance: "intersect",
+
+ // callbacks
+ activate: null,
+ deactivate: null,
+ drop: null,
+ out: null,
+ over: null
},
_create: function() {