Update jQuery UI(1.8.16)

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9994 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2011-12-29 05:49:56 +00:00
parent f08ca04d81
commit 9353d7d311
4 changed files with 1068 additions and 694 deletions

View file

@ -1,7 +1,6 @@
/* Korean initialisation for the jQuery calendar extension. */
/* Written by DaeKwon Kang (ncrash.dk@gmail.com). */
jQuery(function($){
$.datepicker.regional['ko'] = {
jQuery.datepicker.regional['ko'] = {
closeText: '닫기',
prevText: '이전달',
nextText: '다음달',
@ -19,4 +18,3 @@ jQuery(function($){
isRTL: false,
showMonthAfterYear: false,
yearSuffix: '년'};
});