From: John Madhavan-Reese Date: Mon, 25 Aug 2014 16:30:58 +0000 (-0400) Subject: Whitespace X-Git-Tag: 2.8.3~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67f8f55a023651292431ce5f333ed6fb84c99070;p=thirdparty%2Fmoment.git Whitespace --- diff --git a/test/moment/duration.js b/test/moment/duration.js index c8fd96241..e53fde292 100644 --- a/test/moment/duration.js +++ b/test/moment/duration.js @@ -520,7 +520,7 @@ exports.duration = { test.expect(6); // Tests for issue #1867. - // Floating point errors for small duration units were introduced in version 2.8.0. + // Floating point errors for small duration units were introduced in version 2.8.0. test.equal(dS.as('milliseconds'), 1, 'as("milliseconds")'); test.equal(dS.asMilliseconds(), 1, 'asMilliseconds()'); test.equal(ds.as('seconds'), 3, 'as("seconds")');