Skip to content

Commit

Permalink
tests: updated default value for 'cancel' option in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Bakaus committed Jan 7, 2009
1 parent ba75714 commit c333dad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/unit/draggable/draggable.js
Expand Up @@ -9,7 +9,7 @@
var defaults = {
appendTo: "parent",
axis: false,
cancel: ":input",
cancel: ":input,option",
connectToSortable: false,
containment: false,
cursor: "default",
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/resizable/resizable.js
Expand Up @@ -13,7 +13,7 @@ var defaults = {
alsoResize: false,
aspectRatio: false,
autoHide: false,
cancel: ':input',
cancel: ':input,option',
containment: false,
delay: 0,
disabled: false,
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/sortable/sortable.js
Expand Up @@ -8,7 +8,7 @@

var defaults = {
appendTo: "parent",
cancel: ":input",
cancel: ":input,option",
delay: 0,
disabled: false,
distance: 1,
Expand Down

0 comments on commit c333dad

Please sign in to comment.