From 0036aaf4b67d55e621ac2e4553a98dc80d2ca727 Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Fri, 21 Nov 2008 19:40:45 +0000 Subject: draggable: added missing default for zIndex and cursorAt, added missing scroll tests (unfortunately showing big regressions that need to be fixed prior to 1.6) --- ui/ui.draggable.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ui/ui.draggable.js') diff --git a/ui/ui.draggable.js b/ui/ui.draggable.js index abf1cddbc..d247ac09a 100644 --- a/ui/ui.draggable.js +++ b/ui/ui.draggable.js @@ -369,6 +369,7 @@ $.extend($.ui.draggable, { containment: false, cssNamespace: "ui", cursor: "default", + cursorAt: null, delay: 0, distance: 1, grid: false, @@ -386,7 +387,8 @@ $.extend($.ui.draggable, { snap: false, snapMode: "both", snapTolerance: 20, - stack: false + stack: false, + zIndex: null } }); -- cgit v1.2.3