aboutsummaryrefslogtreecommitdiffstats
path: root/demos/spinner/currency.html
diff options
context:
space:
mode:
authorjzaefferer <joern.zaefferer@gmail.com>2010-10-27 16:38:00 +0200
committerjzaefferer <joern.zaefferer@gmail.com>2010-10-27 16:38:00 +0200
commitd91cd61f79bf048539ac9443ae3d8ffcbe55ef90 (patch)
tree047836814f655a325086603013ca52f7a9da9732 /demos/spinner/currency.html
parent720e9d383c3f1385da425e18bc6932f31dce1ebb (diff)
downloadjquery-ui-d91cd61f79bf048539ac9443ae3d8ffcbe55ef90.tar.gz
jquery-ui-d91cd61f79bf048539ac9443ae3d8ffcbe55ef90.zip
Spinner: More refactorings and cleanups, and heavy improvement on the incremental-logic, including a delay of 500ms after the first increment and before continous increments
Diffstat (limited to 'demos/spinner/currency.html')
-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);
})