From 2626be45337b8edb7be1958e4534db0ef435de56 Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Fri, 21 Aug 2015 00:04:59 -0400 Subject: Spinner: Style updates Ref #14246 Ref gh-1588 --- tests/unit/spinner/common-deprecated.js | 2 +- tests/unit/spinner/common.js | 2 +- tests/unit/spinner/options.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/unit') 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" ); }); -- cgit v1.2.3