diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-21 00:04:59 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-21 08:06:22 -0400 |
commit | 2626be45337b8edb7be1958e4534db0ef435de56 (patch) | |
tree | b8173701629511decb1a96ed497cf3e96480c263 /tests/unit/spinner/common.js | |
parent | 063885f592e6558d377968006ef7fe8ce192362c (diff) | |
download | jquery-ui-2626be45337b8edb7be1958e4534db0ef435de56.tar.gz jquery-ui-2626be45337b8edb7be1958e4534db0ef435de56.zip |
Spinner: Style updates
Ref #14246
Ref gh-1588
Diffstat (limited to 'tests/unit/spinner/common.js')
-rw-r--r-- | tests/unit/spinner/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/spinner/common.js b/tests/unit/spinner/common.js index 8ff50fa25..ece9adeac 100644 --- a/tests/unit/spinner/common.js +++ b/tests/unit/spinner/common.js @@ -23,7 +23,7 @@ common.testWidget( "spinner", { page: 10, step: 1, - // callbacks + // Callbacks change: null, create: null, spin: null, |