From: Isaac Cambron Date: Sun, 7 Apr 2013 03:48:07 +0000 (-0400) Subject: reverting whitespace change X-Git-Tag: 2.1.0~40^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca0ee6f3c000b88b3907ae05bd3fb1764fcc2a8a;p=thirdparty%2Fmoment.git reverting whitespace change --- diff --git a/moment.js b/moment.js index bbda1c1dc..a5a710ee6 100644 --- a/moment.js +++ b/moment.js @@ -201,6 +201,7 @@ } formatTokenFunctions.DDDD = padToken(formatTokenFunctions.DDD, 3); + /************************************ Constructors ************************************/ @@ -343,6 +344,7 @@ return unitAliases[units] || units.toLowerCase().replace(/(.)s$/, "$1"); } + /************************************ Languages ************************************/