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-deprecated.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-deprecated.js')
-rw-r--r-- | tests/unit/droppable/common-deprecated.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/droppable/common-deprecated.js b/tests/unit/droppable/common-deprecated.js index ecbc9b1a1..fc086757f 100644 --- a/tests/unit/droppable/common-deprecated.js +++ b/tests/unit/droppable/common-deprecated.js @@ -23,6 +23,6 @@ common.testWidget( "droppable", { out: null, over: null } -}); +} ); } ); |