From 56e9cd71190a65c73023d6a631f7fd37c40f4167 Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Wed, 10 Aug 2011 14:55:16 +0200 Subject: Replace $.global with Globalize, update Spinner to use it. Related demos currently broken due to previous changes. --- demos/spinner/currency.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'demos/spinner/currency.html') diff --git a/demos/spinner/currency.html b/demos/spinner/currency.html index 18d479de8..f73c19f80 100644 --- a/demos/spinner/currency.html +++ b/demos/spinner/currency.html @@ -6,9 +6,9 @@ - - - + + + @@ -18,7 +18,7 @@ $(function() { $( "#currency" ).change(function() { var current = $( "#spinner" ).spinner( "value" ); - $.global.preferCulture( $(this).val() ); + Globalize.culture( $(this).val() ); $( "#spinner" ).spinner( "value", current ); }); @@ -28,7 +28,7 @@ step: 25, start: 1000, numberFormat: "C" - }); + }); }); @@ -42,7 +42,7 @@ - +

-- cgit v1.2.3