From 7608e4a1d604d6215693f88526947ecc61e8b8ed Mon Sep 17 00:00:00 2001 From: jzaefferer Date: Mon, 17 Jan 2011 19:36:42 +0100 Subject: [PATCH] Update example culture files to $.global --- external/jquery.global.de-DE.js | 4 ++-- external/jquery.global.ja-JP.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/external/jquery.global.de-DE.js b/external/jquery.global.de-DE.js index d68b84cc8..e526e7831 100644 --- a/external/jquery.global.de-DE.js +++ b/external/jquery.global.de-DE.js @@ -1,5 +1,5 @@ (function($) { - var cultures = $.cultures, + var cultures = $.global.cultures, en = cultures.en, standard = en.calendars.standard, culture = cultures["de-DE"] = $.extend(true, {}, en, { @@ -52,4 +52,4 @@ } }, cultures["de-DE"]); culture.calendar = culture.calendars.standard; -})(Globalization); \ No newline at end of file +})(jQuery); \ No newline at end of file diff --git a/external/jquery.global.ja-JP.js b/external/jquery.global.ja-JP.js index 454d478cb..3673cefd1 100644 --- a/external/jquery.global.ja-JP.js +++ b/external/jquery.global.ja-JP.js @@ -1,5 +1,5 @@ (function($) { - var cultures = $.cultures, + var cultures = $.global.cultures, en = cultures.en, standard = en.calendars.standard, culture = cultures["ja-JP"] = $.extend(true, {}, en, { @@ -71,4 +71,4 @@ } }, cultures["ja-JP"]); culture.calendar = culture.calendars.standard; -})(Globalization); \ No newline at end of file +})(jQuery); \ No newline at end of file -- 2.39.5