aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.selectable.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.selectable.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.selectable.js')
-rw-r--r--ui/jquery.ui.selectable.js10
1 files changed, 9 insertions, 1 deletions
diff --git a/ui/jquery.ui.selectable.js b/ui/jquery.ui.selectable.js
index 8e6d03c1f..8a6db9007 100644
--- a/ui/jquery.ui.selectable.js
+++ b/ui/jquery.ui.selectable.js
@@ -22,7 +22,15 @@ $.widget("ui.selectable", $.ui.mouse, {
autoRefresh: true,
distance: 0,
filter: "*",
- tolerance: "touch"
+ tolerance: "touch",
+
+ // callbacks
+ selected: null,
+ selecting: null,
+ start: null,
+ stop: null,
+ unselected: null,
+ unselecting: null
},
_create: function() {
var selectees,