diff options
-rw-r--r-- | external/jquery.global.de-DE.js | 4 | ||||
-rw-r--r-- | 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 |