From cef66ee99f3924f5f74ac8c3f3190bfd125bd845 Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Tue, 16 Sep 2008 12:40:48 +0000 Subject: sortable: Fixed the floating functional demo, implemented forcePlaceholderSize --- tests/sortable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/sortable.js b/tests/sortable.js index 99c4463e5..7b79311a7 100644 --- a/tests/sortable.js +++ b/tests/sortable.js @@ -109,7 +109,7 @@ test("disable", function() { test("defaults", function() { el = $("#sortable").sortable(); - equals(el.data("helper.sortable"), "clone", "helper"); + equals(el.data("helper.sortable"), "original", "helper"); equals(el.data("tolerance.sortable"), "guess", "tolerance"); equals(el.data("distance.sortable"), 1, "distance"); equals(el.data("disabled.sortable"), false, "disabled"); -- cgit v1.2.3