From 16b78ccadf021cc9255016ab5dac31558d28dea4 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sat, 28 May 2011 18:18:01 +0200 Subject: There shouldn't be a semicolon after object member. --- data/rhlib/rhbzpage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/rhlib/rhbzpage.js b/data/rhlib/rhbzpage.js index e255381..b9325a1 100644 --- a/data/rhlib/rhbzpage.js +++ b/data/rhlib/rhbzpage.js @@ -193,7 +193,7 @@ function sendBugUpstream() { url: urlStr, subject: document.getElementById("short_desc_nonedit_display"). textContent.trim(), - comment: admitMsg + collectComments(); + comment: admitMsg + collectComments() })); } -- cgit