From: Vincent Roy Date: Wed, 21 Mar 2012 02:52:56 +0000 (-0300) Subject: Formatting tweak. X-Git-Tag: 1.5.1~2^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bf01be6eed1886d05a1db7cb7c9e24c298a24b6;p=thirdparty%2Fmoment.git Formatting tweak. --- diff --git a/moment.js b/moment.js index 34c8383f7..e2415e97b 100644 --- a/moment.js +++ b/moment.js @@ -444,7 +444,7 @@ }; // creating with unix timestamp (in seconds) - moment.unix = function(input) { + moment.unix = function (input) { return moment(input * 1000); };