From e42b0f6b8bf910885b7b84037b312c5c93b47a26 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Thu, 26 Jun 2008 10:23:38 +0000 Subject: resizable, selectable, sortable: changed cancel default to ':input' instead of (redundant) ':input,button' --- 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 a3000ff24..f3f88a887 100644 --- a/tests/sortable.js +++ b/tests/sortable.js @@ -117,7 +117,7 @@ test("defaults", function() { equals(el.data("scroll.sortable"), true, "scroll"); equals(el.data("scrollSensitivity.sortable"), 20, "scrollSensitivity"); equals(el.data("scrollSpeed.sortable"), 20, "scrollSpeed"); - equals(el.data("cancel.sortable"), ":input,button", "cancel"); + equals(el.data("cancel.sortable"), ":input", "cancel"); equals(el.data("items.sortable"), "> *", "items"); equals(el.data("zIndex.sortable"), 1000, "zIndex"); equals(el.data("dropOnEmpty.sortable"), true, "dropOnEmpty"); -- cgit v1.2.3