aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.droppable.js
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2013-01-03 09:45:09 +0100
committerJörn Zaefferer <joern.zaefferer@gmail.com>2013-01-03 09:45:09 +0100
commitfb47fd03100aa36c344457c08410fdc43d7fd20d (patch)
tree52c9aeac0a14a62cc9e91cb54b0412bf5c2398f3 /ui/jquery.ui.droppable.js
parentf244108d2876785d3045a4754bed80a9e5692b8f (diff)
parentf667d090a74ce3f9c0bacceab93ec542c6915e44 (diff)
downloadjquery-ui-fb47fd03100aa36c344457c08410fdc43d7fd20d.tar.gz
jquery-ui-fb47fd03100aa36c344457c08410fdc43d7fd20d.zip
Merge branch 'master' into selectmenu
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() {