aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2015-08-21 00:04:59 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2015-08-21 08:06:22 -0400
commit2626be45337b8edb7be1958e4534db0ef435de56 (patch)
treeb8173701629511decb1a96ed497cf3e96480c263 /tests
parent063885f592e6558d377968006ef7fe8ce192362c (diff)
downloadjquery-ui-2626be45337b8edb7be1958e4534db0ef435de56.tar.gz
jquery-ui-2626be45337b8edb7be1958e4534db0ef435de56.zip
Spinner: Style updates
Ref #14246 Ref gh-1588
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/spinner/common-deprecated.js2
-rw-r--r--tests/unit/spinner/common.js2
-rw-r--r--tests/unit/spinner/options.js2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/unit/spinner/common-deprecated.js b/tests/unit/spinner/common-deprecated.js
index 8ff50fa25..ece9adeac 100644
--- a/tests/unit/spinner/common-deprecated.js
+++ b/tests/unit/spinner/common-deprecated.js
@@ -23,7 +23,7 @@ common.testWidget( "spinner", {
page: 10,
step: 1,
- // callbacks
+ // Callbacks
change: null,
create: null,
spin: null,
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,
diff --git a/tests/unit/spinner/options.js b/tests/unit/spinner/options.js
index d43c968cd..c3a9f74a2 100644
--- a/tests/unit/spinner/options.js
+++ b/tests/unit/spinner/options.js
@@ -147,7 +147,7 @@ test( "culture, null", function() {
element.spinner( "stepUp" );
equal( element.val(), "¥1", "formatted after step" );
- // reset culture
+ // Reset culture
Globalize.culture( "default" );
});