Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E19F78A60 for ; Thu, 15 Sep 2011 16:37:14 +0000 (UTC) Received: (qmail 85691 invoked by uid 500); 15 Sep 2011 16:37:14 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 85642 invoked by uid 500); 15 Sep 2011 16:37:14 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 85633 invoked by uid 99); 15 Sep 2011 16:37:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Sep 2011 16:37:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Sep 2011 16:37:13 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id AD8EC23889E2 for ; Thu, 15 Sep 2011 16:36:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1171169 - /couchdb/branches/1.2.x/share/www/script/futon.browse.js Date: Thu, 15 Sep 2011 16:36:53 -0000 To: commits@couchdb.apache.org From: jan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110915163653.AD8EC23889E2@eris.apache.org> Author: jan Date: Thu Sep 15 16:36:53 2011 New Revision: 1171169 URL: http://svn.apache.org/viewvc?rev=1171169&view=rev Log: remove trailing comma Modified: couchdb/branches/1.2.x/share/www/script/futon.browse.js Modified: couchdb/branches/1.2.x/share/www/script/futon.browse.js URL: http://svn.apache.org/viewvc/couchdb/branches/1.2.x/share/www/script/futon.browse.js?rev=1171169&r1=1171168&r2=1171169&view=diff ============================================================================== --- couchdb/branches/1.2.x/share/www/script/futon.browse.js [utf-8] (original) +++ couchdb/branches/1.2.x/share/www/script/futon.browse.js [utf-8] Thu Sep 15 16:36:53 2011 @@ -1283,8 +1283,7 @@ return false; }).prependTo($("a", li)); } - }, - + } }); function encodeAttachment(name) {