]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Removed unecessary 'i' flag. 1362/head
authorJeeeyul Lee <jeeeyul@gmail.com>
Sat, 21 Dec 2013 00:58:27 +0000 (09:58 +0900)
committerJeeeyul Lee <jeeeyul@gmail.com>
Sat, 21 Dec 2013 00:58:27 +0000 (09:58 +0900)
There is no capped letter in Korean.

lang/ko.js

index eb2a5827def30c7a02d3a2c0d5c1a1a933ec485b..3b469df33bd1ffa60142228b6332a138394b62c7 100644 (file)
@@ -55,7 +55,7 @@
             yy : "%d년"
         },
         ordinal : '%d일',
-        meridiemParse : /(오전|오후)/i,
+        meridiemParse : /(오전|오후)/,
         isPM : function (token) {
             return token === "오후";
         }