From d91cd61f79bf048539ac9443ae3d8ffcbe55ef90 Mon Sep 17 00:00:00 2001 From: jzaefferer Date: Wed, 27 Oct 2010 16:38:00 +0200 Subject: 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 --- demos/spinner/currency.html | 1 - 1 file changed, 1 deletion(-) (limited to 'demos') 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); }) -- cgit v1.2.3