From 8fe10dc56081aff37ee405832b808e4a80579618 Mon Sep 17 00:00:00 2001 From: jzaefferer Date: Mon, 7 Feb 2011 18:45:10 +0100 Subject: Fix spinner demos to latest jquery-global API. Also cleanup. --- demos/spinner/currency.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos/spinner/currency.html') diff --git a/demos/spinner/currency.html b/demos/spinner/currency.html index 1c2f01a72..44fed4c42 100644 --- a/demos/spinner/currency.html +++ b/demos/spinner/currency.html @@ -1,4 +1,4 @@ - + @@ -18,7 +18,7 @@ $(function() { $("#currency").change(function() { var current = $("#spinner").spinner("value"); - Globalization.preferCulture($(this).val()); + $.global.preferCulture($(this).val()); $("#spinner").spinner("value", current); }) -- cgit v1.2.3