diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2014-12-03 11:20:20 -0500 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-03-11 16:00:04 -0400 |
commit | c192d4086d9bbaf09d5f870857af30c60a427e22 (patch) | |
tree | 0f302a92a94ddadf79e9fd0fd028b557d0f96b02 /tests/unit/selectable | |
parent | 4959c81d80943d097ab29f829488f0551186c1fd (diff) | |
download | jquery-ui-c192d4086d9bbaf09d5f870857af30c60a427e22.tar.gz jquery-ui-c192d4086d9bbaf09d5f870857af30c60a427e22.zip |
Widget: Add classes option and _add/_remove/_toggleClass methods
Fixes #7053
Closes gh-1411
Diffstat (limited to 'tests/unit/selectable')
-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 d00a47be5..0f9adf540 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", + classes: {}, delay: 0, disabled: false, distance: 0, |