diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-24 08:58:09 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-09-11 08:29:08 -0400 |
commit | e583a512d7cc66a2b3d0915db1b0164b9a0a710e (patch) | |
tree | d82792cc3b9e739114eed02f1552a3252748f59f /tests/unit/slider/common.js | |
parent | 62c8217185bdf6b043d76d0e2498c22a043aab2c (diff) | |
download | jquery-ui-e583a512d7cc66a2b3d0915db1b0164b9a0a710e.tar.gz jquery-ui-e583a512d7cc66a2b3d0915db1b0164b9a0a710e.zip |
Slider: Style updates
Ref #14246
Diffstat (limited to 'tests/unit/slider/common.js')
-rw-r--r-- | tests/unit/slider/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/slider/common.js b/tests/unit/slider/common.js index 5cc3e66c5..df53cda4f 100644 --- a/tests/unit/slider/common.js +++ b/tests/unit/slider/common.js @@ -30,6 +30,6 @@ common.testWidget( "slider", { start: null, stop: null } -}); +} ); } ); |