diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/spinner/common-deprecated.js | 2 | ||||
-rw-r--r-- | tests/unit/spinner/common.js | 2 | ||||
-rw-r--r-- | tests/unit/spinner/options.js | 2 |
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" ); }); |