From 01e608330b0b18142cf07f6fd78cbdf3f1e62941 Mon Sep 17 00:00:00 2001 From: Isaac Cambron Date: Fri, 4 Oct 2013 17:51:47 -0400 Subject: [PATCH] satisfying grunt --- moment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moment.js b/moment.js index 9822b8356..5292749f2 100644 --- a/moment.js +++ b/moment.js @@ -1171,7 +1171,7 @@ i, currentScore; - if (config._f.length == 0) { + if (config._f.length === 0) { config._pf.invalidFormat = true; config._d = new Date(NaN); return; -- 2.47.2