From: Iskren Chernev Date: Sat, 3 May 2014 08:09:38 +0000 (-0700) Subject: Make jshint happy X-Git-Tag: 2.7.0~22^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b39a30797d21ae2d51884e7688dbe63f851cae6;p=thirdparty%2Fmoment.git Make jshint happy --- diff --git a/moment.js b/moment.js index 5d11ba716..567366a54 100644 --- a/moment.js +++ b/moment.js @@ -1663,7 +1663,7 @@ } else { return _pickBy('isBefore', args); } - }, + }; moment.max = function () { var args = [].slice.call(arguments, 0); @@ -1673,7 +1673,7 @@ } else { return _pickBy('isAfter', args); } - }, + }; // creating with utc moment.utc = function (input, format, lang, strict) {