Skip to content

Commit 557debd

Browse files
author
Abraham
committed
this fixes an issue with IE7 that causes a Expected identifier, string or numbererror in said browser. Impact on other browsers is 0.
1 parent b30f51f commit 557debd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/locales/bootstrap-datepicker.kr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
daysShort: ["일", "월", "화", "수", "목", "금", "토", "일"],
99
daysMin: ["일", "월", "화", "수", "목", "금", "토", "일"],
1010
months: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"],
11-
monthsShort: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"],
11+
monthsShort: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"]
1212
};
1313
}(jQuery));

0 commit comments

Comments
 (0)