From 22e1994d007fb417f198bb36d05b8d69bc6ac905 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Thu, 15 Sep 2011 16:40:47 +0000 Subject: remove trailing comma git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1171170 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/futon.browse.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'share/www') diff --git a/share/www/script/futon.browse.js b/share/www/script/futon.browse.js index 56435ae4..651fad69 100644 --- a/share/www/script/futon.browse.js +++ b/share/www/script/futon.browse.js @@ -1275,8 +1275,7 @@ return false; }).prependTo($("a", li)); } - }, - + } }); function encodeAttachment(name) { -- cgit v1.2.3