diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-24 08:58:48 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-09-11 08:29:08 -0400 |
commit | 12be35562af60ea25a6578005cf8b914345f26e3 (patch) | |
tree | d4fea77ee8f0c710eda45afe3a7858591ac22b6e /tests/unit/progressbar/common.js | |
parent | 5850a5c755afa064cf3cb4c4998f299333921d63 (diff) | |
download | jquery-ui-12be35562af60ea25a6578005cf8b914345f26e3.tar.gz jquery-ui-12be35562af60ea25a6578005cf8b914345f26e3.zip |
Progressbar: Style updates
Ref #14246
Diffstat (limited to 'tests/unit/progressbar/common.js')
-rw-r--r-- | tests/unit/progressbar/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/progressbar/common.js b/tests/unit/progressbar/common.js index baadb6d53..566b96465 100644 --- a/tests/unit/progressbar/common.js +++ b/tests/unit/progressbar/common.js @@ -19,6 +19,6 @@ common.testWidget( "progressbar", { complete: null, create: null } -}); +} ); } ); |