From 8ede0db28ac04764923b47b3cf68d2eb7619bc06 Mon Sep 17 00:00:00 2001 From: Iskren Chernev Date: Sat, 29 Mar 2014 20:52:30 -0700 Subject: [PATCH] Make jshint happy --- test/moment/sod_eod.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/moment/sod_eod.js b/test/moment/sod_eod.js index 6e8dcc3bf..435380fb1 100644 --- a/test/moment/sod_eod.js +++ b/test/moment/sod_eod.js @@ -315,10 +315,10 @@ exports.end_start_of = { } else { mom.zone(7, keepTime); } - } + }; m = moment("2014-03-15T00:00:00-07:00").parseZone(); - m.startOf('M') + m.startOf('M'); test.equal(m.format(), "2014-03-01T00:00:00-08:00", "startOf('month') across +1"); @@ -356,10 +356,10 @@ exports.end_start_of = { } else { mom.zone(8, keepTime); } - } + }; m = moment("2014-11-15T00:00:00-08:00").parseZone(); - m.startOf('M') + m.startOf('M'); test.equal(m.format(), "2014-11-01T00:00:00-07:00", "startOf('month') across -1"); -- 2.47.2