From: bentaber Date: Mon, 26 Aug 2013 21:34:54 +0000 (-0600) Subject: linting X-Git-Tag: 2.2.0~13^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F1019%2Fhead;p=thirdparty%2Fmoment.git linting --- diff --git a/test/moment/format.js b/test/moment/format.js index 6fd6d4f3d..bf1e32f91 100644 --- a/test/moment/format.js +++ b/test/moment/format.js @@ -317,7 +317,7 @@ exports.format = { b = moment().utc().startOf('day').subtract({ m : 1 }), c = moment().local().startOf('day').subtract({ m : 1 }); - zones.forEach(function(z) { + zones.forEach(function (z) { var a = moment().zone(z).startOf('day').subtract({ m: 1 }); test.equal(moment(a).zone(z).calendar(), "Yesterday at 11:59 PM", "Yesterday at 11:59 PM, not Today, or the wrong time"); });