]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
fixing jshint error from rebase
authorIsaac Cambron <isaac@isaaccambron.com>
Mon, 16 Sep 2013 03:51:46 +0000 (23:51 -0400)
committerIskren Chernev <iskren.chernev@gmail.com>
Thu, 26 Sep 2013 07:46:16 +0000 (00:46 -0700)
moment.js

index 0a1c7675844a9624be6a8cb43e16f29074b5af23..671b7636e68de48796ea0c7fc2d67795598e3e25 100644 (file)
--- a/moment.js
+++ b/moment.js
     // https://github.com/moment/moment/issues/1066
     moment.normalizeUnits = function (units) {
         return normalizeUnits(units);
-    }
+    };
 
     moment.invalid = function () {
         var m = moment.utc(0);