diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-24 08:59:32 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-09-11 08:29:08 -0400 |
commit | 0cab9f0a2f1f91ae671d57dba5e5bdcde1f60622 (patch) | |
tree | c0b2a80e2dc4faf96eba0733ef7f687bcdecbf9e /tests/unit/droppable/common.js | |
parent | 85ff5205605ad591af9e9848a78334ee44b2284e (diff) | |
download | jquery-ui-0cab9f0a2f1f91ae671d57dba5e5bdcde1f60622.tar.gz jquery-ui-0cab9f0a2f1f91ae671d57dba5e5bdcde1f60622.zip |
Droppable: Style updates
Ref #14246
Diffstat (limited to 'tests/unit/droppable/common.js')
-rw-r--r-- | tests/unit/droppable/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/droppable/common.js b/tests/unit/droppable/common.js index 5d0e55d6f..d4bdb9dc0 100644 --- a/tests/unit/droppable/common.js +++ b/tests/unit/droppable/common.js @@ -21,6 +21,6 @@ common.testWidget( "droppable", { out: null, over: null } -}); +} ); } ); |