]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Formatting tweak.
authorVincent Roy <vincentroy8@gmail.com>
Wed, 21 Mar 2012 02:52:56 +0000 (23:52 -0300)
committerVincent Roy <vincentroy8@gmail.com>
Wed, 21 Mar 2012 02:52:56 +0000 (23:52 -0300)
moment.js

index 34c8383f76f24d60c1aaf918c397d680312c7f99..e2415e97b686a8732a7acc7f2f3ac0c7c8e56a83 100644 (file)
--- a/moment.js
+++ b/moment.js
     };
 
     // creating with unix timestamp (in seconds)
-    moment.unix = function(input) {
+    moment.unix = function (input) {
         return moment(input * 1000);
     };