From: Jens Alm Date: Sat, 12 Nov 2011 15:28:41 +0000 (+0100) Subject: Missing semicolon X-Git-Tag: 1.1.2~22^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F59%2Fhead;p=thirdparty%2Fmoment.git Missing semicolon Build not included --- 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