]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Add semicolon to make jshint happy
authorJD Isaacks <jd@jisaacks.com>
Mon, 15 Jun 2015 16:09:42 +0000 (12:09 -0400)
committerJD Isaacks <jd@jisaacks.com>
Mon, 15 Jun 2015 16:09:42 +0000 (12:09 -0400)
src/test/moment/format.js

index 8192294f70fc16659bb67a88232ad066b9bbcab4..de1ebbda444905c5aef1bbcdb52c65df999c5532 100644 (file)
@@ -349,6 +349,6 @@ test('full expanded format is returned from abbreviated formats', function(asser
                 assert.equal(false, !!~format.indexOf(token), 'locale ' + locale + ' contains ' + token + ' in ' + i);
             });
         });
-    })
+    });
 
 });