]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Fixed indentation
authorIskren Chernev <iskren.chernev@gmail.com>
Sun, 8 Sep 2013 18:00:44 +0000 (11:00 -0700)
committerIskren Chernev <iskren.chernev@gmail.com>
Sun, 8 Sep 2013 18:00:44 +0000 (11:00 -0700)
moment.js

index 2b739d23760e6840b3cdf44f9bb03af8b3ec2b66..9309914204ae7642814305ccc5d73cf5e1f401dd 100644 (file)
--- a/moment.js
+++ b/moment.js
         },
 
         isPM : function (input) {
-                       //IE8 Quirks Mode & IE7 Standards Mode do not allow accessing strings like arrays
-                       //Using charAt should be more compatible.
+            // IE8 Quirks Mode & IE7 Standards Mode do not allow accessing strings like arrays
+            // Using charAt should be more compatible.
             return ((input + '').toLowerCase().charAt(0) === 'p');
         },