From: Floyd Pink Date: Thu, 15 Aug 2013 17:27:33 +0000 (+0000) Subject: deault dow and doy are just fine X-Git-Tag: 2.2.0~25^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F1003%2Fhead;p=thirdparty%2Fmoment.git deault dow and doy are just fine --- diff --git a/lang/ml.js b/lang/ml.js index 99655e0a7..0a0142263 100644 --- a/lang/ml.js +++ b/lang/ml.js @@ -50,9 +50,5 @@ require('../moment').lang('ml', { } else { return "രാത്രി"; } - }, - week : { - dow : 1, // Monday is the first day of the week. - doy : 4 // The week that contains Jan 4th is the first week of the year. } });