From: jbleduigou Date: Mon, 13 May 2013 10:36:11 +0000 (+0200) Subject: Fixing indentation X-Git-Tag: 2.1.0~38^2~2^2~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81744855dd9c20d4e46fe5d973fbea4df6105994;p=thirdparty%2Fmoment.git Fixing indentation --- diff --git a/lang/br.js b/lang/br.js index 64c1d33ac..deaee6cea 100644 --- a/lang/br.js +++ b/lang/br.js @@ -5,8 +5,8 @@ function relativeTimeWithMutation(number, withoutSuffix, key) { var format = { 'mm': "munutenn", - 'dd': "devezh", - 'MM': "miz" + 'MM': "miz", + 'dd': "devezh" }; return number + ' ' + mutation(format[key], number); }