From f667d090a74ce3f9c0bacceab93ec542c6915e44 Mon Sep 17 00:00:00 2001 From: Mike Sherov Date: Wed, 2 Jan 2013 18:27:22 -0500 Subject: Interactions: Update widget defaults to match documented API. --- ui/jquery.ui.draggable.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ui/jquery.ui.draggable.js') diff --git a/ui/jquery.ui.draggable.js b/ui/jquery.ui.draggable.js index 9e3267aed..ba81e9f22 100644 --- a/ui/jquery.ui.draggable.js +++ b/ui/jquery.ui.draggable.js @@ -42,7 +42,12 @@ $.widget("ui.draggable", $.ui.mouse, { snapMode: "both", snapTolerance: 20, stack: false, - zIndex: false + zIndex: false, + + // callbacks + drag: null, + start: null, + stop: null }, _create: function() { -- cgit v1.2.3