From b642b98619f6c8dcc65e9d0d4fcb075fa46f5d99 Mon Sep 17 00:00:00 2001 From: Scott González Date: Sun, 1 Feb 2009 01:02:34 +0000 Subject: Sortable: Added defaults for cursor, cursorAt, opacity. --- ui/ui.sortable.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ui/ui.sortable.js') diff --git a/ui/ui.sortable.js b/ui/ui.sortable.js index 4fc154719..9bf6a4347 100644 --- a/ui/ui.sortable.js +++ b/ui/ui.sortable.js @@ -998,6 +998,8 @@ $.extend($.ui.sortable, { cancel: ":input,option", connectWith: false, cssNamespace: 'ui', + cursor: 'default', + cursorAt: false, delay: 0, distance: 1, dropOnEmpty: true, @@ -1006,6 +1008,7 @@ $.extend($.ui.sortable, { handle: false, helper: "original", items: '> *', + opacity: false, placeholder: false, scope: "default", scroll: true, -- cgit v1.2.3