From 4f91f62979799219686aaa7513854d7652ea71dd Mon Sep 17 00:00:00 2001 From: Jens Alm Date: Sat, 12 Nov 2011 16:28:41 +0100 Subject: [PATCH] Missing semicolon Build not included --- moment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moment.js b/moment.js index ae4fecf0b..b0a97667f 100644 --- a/moment.js +++ b/moment.js @@ -305,7 +305,7 @@ moment = function (input, format) { if (input === null) { - return null + return null; } var date; // parse UnderscoreDate object -- 2.47.2