From: Iskren Chernev Date: Thu, 31 Jul 2014 18:07:28 +0000 (-0700) Subject: Make jscs happy X-Git-Tag: 2.8.1~3^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F1813%2Fhead;p=thirdparty%2Fmoment.git Make jscs happy --- diff --git a/test/moment/locale.js b/test/moment/locale.js index 9588b9cf8..361e87b34 100644 --- a/test/moment/locale.js +++ b/test/moment/locale.js @@ -443,6 +443,6 @@ exports.locale = { m.lang("fr"); test.equal(m.locale(), "fr", "m.lang(key) changes instance locale"); - test.done() + test.done(); } };