remove unneeded trailing comma (haters gonna hate)

This commit is contained in:
rick
2010-07-22 10:22:07 -07:00
parent 04aa89af5b
commit 80518a4990
@@ -64,7 +64,7 @@ Gollum.Formats = {
}, },
gollum: { gollum: {
link: Gollum.encloseStrategy('[[', 'Page Name', ']]'), link: Gollum.encloseStrategy('[[', 'Page Name', ']]'),
image: Gollum.encloseStrategy('[[', '/path/to/image.png', ']]'), image: Gollum.encloseStrategy('[[', '/path/to/image.png', ']]')
}, },
markdown: { markdown: {
bold: Gollum.encloseStrategy('**', 'bold text', '**'), bold: Gollum.encloseStrategy('**', 'bold text', '**'),