diff options
Diffstat (limited to 'tests/unit/spinner/options.js')
-rw-r--r-- | tests/unit/spinner/options.js | 2 |
1 files changed, 1 insertions, 1 deletions
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" ); }); |