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 C391611ACC for ; Mon, 18 Aug 2014 18:42:41 +0000 (UTC) Received: (qmail 93055 invoked by uid 500); 18 Aug 2014 18:42:41 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 92916 invoked by uid 500); 18 Aug 2014 18:42:41 -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 92900 invoked by uid 99); 18 Aug 2014 18:42:41 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Aug 2014 18:42:41 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5D4019B5E61; Mon, 18 Aug 2014 18:42:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: robertkowalski@apache.org To: commits@couchdb.apache.org Date: Mon, 18 Aug 2014 18:42:42 -0000 Message-Id: <71f2e188fc244f7f81b9b89d42f40093@git.apache.org> In-Reply-To: <4be6f156fb234f2693a74ba54bf0ac80@git.apache.org> References: <4be6f156fb234f2693a74ba54bf0ac80@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] fauxton commit: updated refs/heads/master to 4b3e5c9 delete unused variable Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/1db30569 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/1db30569 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/1db30569 Branch: refs/heads/master Commit: 1db30569c1436773e279fbd59d9ccf6d382519d3 Parents: 2283352 Author: Robert Kowalski Authored: Thu Aug 14 20:55:38 2014 +0200 Committer: Robert Kowalski Committed: Mon Aug 18 20:42:54 2014 +0200 ---------------------------------------------------------------------- app/addons/documents/views.js | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/1db30569/app/addons/documents/views.js ---------------------------------------------------------------------- diff --git a/app/addons/documents/views.js b/app/addons/documents/views.js index b68df87..fef3106 100644 --- a/app/addons/documents/views.js +++ b/app/addons/documents/views.js @@ -380,7 +380,6 @@ function(app, FauxtonAPI, Components, Documents, Databases, Views, QueryOptions, toggleDocument: function (event) { var $row = this.$(event.target).closest('tr'), docId = $row.attr('data-id'), - db = this.database.get('id'), rev = this.collection.get(docId).get('_rev'), data = {_id: docId, _rev: rev, _deleted: true};