]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Missing semicolon 59/head
authorJens Alm <jens.alm@mac.com>
Sat, 12 Nov 2011 15:28:41 +0000 (16:28 +0100)
committerJens Alm <jens.alm@mac.com>
Sat, 12 Nov 2011 15:28:41 +0000 (16:28 +0100)
Build not included

moment.js

index ae4fecf0b74ebb81f8bd4d142f5bc84897c2cfca..b0a97667f0730ea64878fc29cd9ca194d5bb4a06 100644 (file)
--- a/moment.js
+++ b/moment.js
 
     moment = function (input, format) {
                if (input === null) {
-                       return null
+                       return null;
                }
         var date;
         // parse UnderscoreDate object