Remove extra comma so jshint passes

This commit is contained in:
Neil Lalonde 2013-02-28 12:38:35 -05:00
parent fce4c66d93
commit a58668cbcd
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ describe("Discourse.BBCode", function() {
cooked: "<p><b>lorem</b> ipsum</p>",
username: "eviltrout",
post_number: 1,
topic_id: 2,
topic_id: 2
});
it("returns an empty string when contents is undefined", function() {