aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/draggable/draggable_common.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2015-03-26 07:41:37 -0400
committerScott González <scott.gonzalez@gmail.com>2015-03-26 07:47:17 -0400
commitc42a07a2e388d7aeec4af89d0be63f55b593f6aa (patch)
treefc166be7fbe03d4d7337a6e2e22c1e78133c8755 /tests/unit/draggable/draggable_common.js
parentdc6703756d388b1f49be0637473a8d55b5ce9270 (diff)
downloadjquery-ui-c42a07a2e388d7aeec4af89d0be63f55b593f6aa.tar.gz
jquery-ui-c42a07a2e388d7aeec4af89d0be63f55b593f6aa.zip
All: Standard spacing inside selector strings
Closes gh-1521
Diffstat (limited to 'tests/unit/draggable/draggable_common.js')
-rw-r--r--tests/unit/draggable/draggable_common.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/draggable/draggable_common.js b/tests/unit/draggable/draggable_common.js
index 00193bdaf..6a70cd7d4 100644
--- a/tests/unit/draggable/draggable_common.js
+++ b/tests/unit/draggable/draggable_common.js
@@ -2,7 +2,7 @@ TestHelpers.commonWidgetTests( "draggable", {
defaults: {
appendTo: "parent",
axis: false,
- cancel: "input,textarea,button,select,option",
+ cancel: "input, textarea, button, select, option",
classes: {},
connectToSortable: false,
containment: false,