diff options
author | Mike Sherov <mike.sherov@gmail.com> | 2012-10-30 21:50:08 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-10-30 22:19:55 -0400 |
commit | b49e071d39795255e88b13ae172367201484c352 (patch) | |
tree | 4df1090ad188613efe93f4c54949fcd1b66716bf /tests/unit/selectable/selectable_common.js | |
parent | f0daa220d67968f61c42e378b10fcb41687cd215 (diff) | |
download | jquery-ui-b49e071d39795255e88b13ae172367201484c352.tar.gz jquery-ui-b49e071d39795255e88b13ae172367201484c352.zip |
Dev: Standardized the selectable test suite. Fixed #8752 - Dev: Get selectable test suite to pass
Diffstat (limited to 'tests/unit/selectable/selectable_common.js')
-rw-r--r-- | tests/unit/selectable/selectable_common.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/selectable/selectable_common.js b/tests/unit/selectable/selectable_common.js index 885e79401..aee6a15ac 100644 --- a/tests/unit/selectable/selectable_common.js +++ b/tests/unit/selectable/selectable_common.js @@ -3,6 +3,7 @@ TestHelpers.commonWidgetTests('selectable', { appendTo: 'body', autoRefresh: true, cancel: 'input,textarea,button,select,option', + create: null, delay: 0, disabled: false, distance: 0, |