From c333dade688d47b9f54c63ab792e334b9793c6fa Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Wed, 7 Jan 2009 17:45:15 +0000 Subject: tests: updated default value for 'cancel' option in tests --- tests/unit/resizable/resizable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/resizable') diff --git a/tests/unit/resizable/resizable.js b/tests/unit/resizable/resizable.js index 98a69de5b..dd0d11c05 100644 --- a/tests/unit/resizable/resizable.js +++ b/tests/unit/resizable/resizable.js @@ -13,7 +13,7 @@ var defaults = { alsoResize: false, aspectRatio: false, autoHide: false, - cancel: ':input', + cancel: ':input,option', containment: false, delay: 0, disabled: false, -- cgit v1.2.3