]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Make jshint happy
authorIskren Chernev <iskren.chernev@gmail.com>
Sat, 14 Sep 2013 10:51:19 +0000 (03:51 -0700)
committerIskren Chernev <iskren.chernev@gmail.com>
Sat, 14 Sep 2013 10:51:19 +0000 (03:51 -0700)
test/moment/min_max.js

index 133ef67bb037425e723996808400791810165cf2..5f74bc7b9c9eca5007916a498a70fba38801d976 100644 (file)
@@ -1,6 +1,6 @@
 var moment = require("../../moment");
 
-var equalMoment = function(test, a, b, msg) {
+var equalMoment = function (test, a, b, msg) {
     test.equal(a.valueOf(), b.valueOf(), msg);
 };