]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
fix jsc error 1761/head
authorIsaac Cambron <isaac@isaaccambron.com>
Thu, 24 Jul 2014 22:33:25 +0000 (18:33 -0400)
committerIsaac Cambron <isaac@isaaccambron.com>
Thu, 24 Jul 2014 22:33:25 +0000 (18:33 -0400)
test/moment/locale.js

index 78ad35bc5457910a4604b56676efa77770e44649..85b402e5b0ed51732c1a8a7e95b1ec4047342511 100644 (file)
@@ -220,7 +220,7 @@ exports.locale = {
     },
 
     "changing the global locale doesn't affect existing duration instances" : function (test) {
-        var mom = moment.duration()
+        var mom = moment.duration();
         moment.locale('fr');
         test.equal('en', mom.locale());
         test.done();