diff options
author | jzaefferer <joern.zaefferer@gmail.com> | 2011-01-17 19:36:42 +0100 |
---|---|---|
committer | jzaefferer <joern.zaefferer@gmail.com> | 2011-01-17 19:36:42 +0100 |
commit | 7608e4a1d604d6215693f88526947ecc61e8b8ed (patch) | |
tree | aea7fad7188d1760a461917f2aab4206a1ede41c /external/jquery.global.de-DE.js | |
parent | ff62bdf61a6ba7beb3de7c9919c7a39da07821bc (diff) | |
download | jquery-ui-7608e4a1d604d6215693f88526947ecc61e8b8ed.tar.gz jquery-ui-7608e4a1d604d6215693f88526947ecc61e8b8ed.zip |
Update example culture files to $.global
Diffstat (limited to 'external/jquery.global.de-DE.js')
-rw-r--r-- | external/jquery.global.de-DE.js | 4 |
1 files changed, 2 insertions, 2 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 |