diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-24 08:57:40 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-09-11 08:29:07 -0400 |
commit | 23d0884e662b099095688db2c3d05a2d94688ceb (patch) | |
tree | 2e47a26fb3faaff8e69d2697237f017a2246d4bb /tests/unit/spinner/common-deprecated.js | |
parent | 6c0bb249184e3ad6f8ce48509b5f9011313a57a3 (diff) | |
download | jquery-ui-23d0884e662b099095688db2c3d05a2d94688ceb.tar.gz jquery-ui-23d0884e662b099095688db2c3d05a2d94688ceb.zip |
Spinner: Style updates
Ref #14246
Diffstat (limited to 'tests/unit/spinner/common-deprecated.js')
-rw-r--r-- | tests/unit/spinner/common-deprecated.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/spinner/common-deprecated.js b/tests/unit/spinner/common-deprecated.js index ece9adeac..9ffc473af 100644 --- a/tests/unit/spinner/common-deprecated.js +++ b/tests/unit/spinner/common-deprecated.js @@ -30,6 +30,6 @@ common.testWidget( "spinner", { start: null, stop: null } -}); +} ); } ); |