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