From 5b39a30797d21ae2d51884e7688dbe63f851cae6 Mon Sep 17 00:00:00 2001 From: Iskren Chernev Date: Sat, 3 May 2014 01:09:38 -0700 Subject: [PATCH] Make jshint happy --- moment.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.47.2