From a518f8dd06c28811075d02150036cad94cca1605 Mon Sep 17 00:00:00 2001 From: Floyd Pink Date: Thu, 15 Aug 2013 17:27:33 +0000 Subject: [PATCH] deault dow and doy are just fine --- lang/ml.js | 4 ---- 1 file changed, 4 deletions(-) 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. } }); -- 2.47.2