diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-24 08:59:44 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-09-11 08:29:09 -0400 |
commit | 8336ba7b694fbf85ec893ce79343a9f510a1e0b0 (patch) | |
tree | 19894ab900093e0291fecf27e1cfcadb8491e6b9 /tests/unit/draggable/common.js | |
parent | 0cab9f0a2f1f91ae671d57dba5e5bdcde1f60622 (diff) | |
download | jquery-ui-8336ba7b694fbf85ec893ce79343a9f510a1e0b0.tar.gz jquery-ui-8336ba7b694fbf85ec893ce79343a9f510a1e0b0.zip |
Draggable: Style updates
Ref #14246
Diffstat (limited to 'tests/unit/draggable/common.js')
-rw-r--r-- | tests/unit/draggable/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/draggable/common.js b/tests/unit/draggable/common.js index c9a687ce3..228bba5dc 100644 --- a/tests/unit/draggable/common.js +++ b/tests/unit/draggable/common.js @@ -43,6 +43,6 @@ common.testWidget( "draggable", { start: null, stop: null } -}); +} ); } ); |