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. --- tests/unit/sortable/sortable.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/unit/sortable/sortable.js b/tests/unit/sortable/sortable.js index 57b824073..e269542c6 100644 --- a/tests/unit/sortable/sortable.js +++ b/tests/unit/sortable/sortable.js @@ -9,12 +9,15 @@ var defaults = { appendTo: "parent", cancel: ":input,option", + cursor: 'default', + cursorAt: false, delay: 0, disabled: false, distance: 1, dropOnEmpty: true, helper: "original", items: "> *", + opacity: false, scroll: true, scrollSensitivity: 20, scrollSpeed: 20, -- cgit v1.2.3