aboutsummaryrefslogtreecommitdiffstats
path: root/demos/spinner
diff options
context:
space:
mode:
Diffstat (limited to 'demos/spinner')
-rw-r--r--demos/spinner/currency.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/spinner/currency.html b/demos/spinner/currency.html
index 0909f4ef5..6ecd43c1e 100644
--- a/demos/spinner/currency.html
+++ b/demos/spinner/currency.html
@@ -18,7 +18,6 @@
$(function() {
$("#currency").change(function() {
var current = $("#spinner").spinner("value");
- console.log("before!!", current)
Globalization.preferCulture($(this).val());
$("#spinner").spinner("value", current);
})