From 80518a49908a1c8bbcd950bdfb90daadadbb5886 Mon Sep 17 00:00:00 2001 From: rick Date: Thu, 22 Jul 2010 10:22:07 -0700 Subject: [PATCH] remove unneeded trailing comma (haters gonna hate) --- lib/gollum/frontend/public/javascript/gollum.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gollum/frontend/public/javascript/gollum.js b/lib/gollum/frontend/public/javascript/gollum.js index 8a3cb8de..9acb1daf 100644 --- a/lib/gollum/frontend/public/javascript/gollum.js +++ b/lib/gollum/frontend/public/javascript/gollum.js @@ -64,7 +64,7 @@ Gollum.Formats = { }, gollum: { link: Gollum.encloseStrategy('[[', 'Page Name', ']]'), - image: Gollum.encloseStrategy('[[', '/path/to/image.png', ']]'), + image: Gollum.encloseStrategy('[[', '/path/to/image.png', ']]') }, markdown: { bold: Gollum.encloseStrategy('**', 'bold text', '**'),