diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-05-21 14:49:49 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-05-21 14:49:49 -0400 |
commit | 51863d5a71f50c86b1757a1a0840d7571f6a0ef7 (patch) | |
tree | a1208f3bb9340e8e571edeb4edd0e7aad7bc668c /tests/unit/selectable | |
parent | b4ca9289cf018c744ec57e8356783a76ff3691e0 (diff) | |
download | jquery-ui-51863d5a71f50c86b1757a1a0840d7571f6a0ef7.tar.gz jquery-ui-51863d5a71f50c86b1757a1a0840d7571f6a0ef7.zip |
Don't use :input selector.
Diffstat (limited to 'tests/unit/selectable')
-rw-r--r-- | tests/unit/selectable/selectable_common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/selectable/selectable_common.js b/tests/unit/selectable/selectable_common.js index 27714d0ae..885e79401 100644 --- a/tests/unit/selectable/selectable_common.js +++ b/tests/unit/selectable/selectable_common.js @@ -2,7 +2,7 @@ TestHelpers.commonWidgetTests('selectable', { defaults: { appendTo: 'body', autoRefresh: true, - cancel: ':input,option', + cancel: 'input,textarea,button,select,option', delay: 0, disabled: false, distance: 0, |