Remove extra comma so jshint passes
This commit is contained in:
parent
fce4c66d93
commit
a58668cbcd
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue