diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-24 08:58:35 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-09-11 08:29:08 -0400 |
commit | 5850a5c755afa064cf3cb4c4998f299333921d63 (patch) | |
tree | 71a584b04f3833c7a60e07c86a232421a9895cb9 /tests/unit/resizable/common.js | |
parent | 9a015df3a3ae78abf3cc948259db885cf1d3f753 (diff) | |
download | jquery-ui-5850a5c755afa064cf3cb4c4998f299333921d63.tar.gz jquery-ui-5850a5c755afa064cf3cb4c4998f299333921d63.zip |
Resizable: Style updates
Ref #14246
Diffstat (limited to 'tests/unit/resizable/common.js')
-rw-r--r-- | tests/unit/resizable/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/resizable/common.js b/tests/unit/resizable/common.js index 3f1f82bce..8d98096a4 100644 --- a/tests/unit/resizable/common.js +++ b/tests/unit/resizable/common.js @@ -35,6 +35,6 @@ common.testWidget( "resizable", { start: null, stop: null } -}); +} ); } ); |