aboutsummaryrefslogtreecommitdiffstats
path: root/demos/spinner/decimal.html
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-05-20 16:25:04 -0400
committerScott González <scott.gonzalez@gmail.com>2011-05-25 15:44:43 -0400
commitaf35f0bbc9064ec66bee19c730bf4cb9de2834db (patch)
tree79e2e0aba8b9436ef9ab9d8c36537c7781cb3b3b /demos/spinner/decimal.html
parent63b89b7884d72d026f67c29eb234ebc1be738aa0 (diff)
downloadjquery-ui-af35f0bbc9064ec66bee19c730bf4cb9de2834db.tar.gz
jquery-ui-af35f0bbc9064ec66bee19c730bf4cb9de2834db.zip
Spinner: Changed casing of option numberformat -> numberFormat.
Diffstat (limited to 'demos/spinner/decimal.html')
-rw-r--r--demos/spinner/decimal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/spinner/decimal.html b/demos/spinner/decimal.html
index 0a38fc51f..cdc659298 100644
--- a/demos/spinner/decimal.html
+++ b/demos/spinner/decimal.html
@@ -18,7 +18,7 @@
$(function() {
$("#spinner").spinner({
step: 0.01,
- numberformat: "n"
+ numberFormat: "n"
});
$("#culture").change(function() {