]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Make jshint happy
authorIskren Chernev <iskren.chernev@gmail.com>
Sat, 3 May 2014 08:09:38 +0000 (01:09 -0700)
committerIskren Chernev <iskren.chernev@gmail.com>
Sat, 3 May 2014 08:09:38 +0000 (01:09 -0700)
moment.js

index 5d11ba716953b249e91c9c5ddb73632e39ab6880..567366a544d327c2852e6ad96b5b538e97850bb9 100644 (file)
--- a/moment.js
+++ b/moment.js
         } else {
             return _pickBy('isBefore', args);
         }
-    },
+    };
 
     moment.max = function () {
         var args = [].slice.call(arguments, 0);
         } else {
             return _pickBy('isAfter', args);
         }
-    },
+    };
 
     // creating with utc
     moment.utc = function (input, format, lang, strict) {