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 3D502117E5 for ; Mon, 8 Sep 2014 13:29:33 +0000 (UTC) Received: (qmail 64998 invoked by uid 500); 8 Sep 2014 13:29:33 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 64948 invoked by uid 500); 8 Sep 2014 13:29:33 -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 64938 invoked by uid 99); 8 Sep 2014 13:29:33 -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, 08 Sep 2014 13:29:33 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C6639A0E440; Mon, 8 Sep 2014 13:29:32 +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, 08 Sep 2014 13:29:35 -0000 Message-Id: In-Reply-To: <0bc7cc8db7ee4824a2889c379ceeaacb@git.apache.org> References: <0bc7cc8db7ee4824a2889c379ceeaacb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/4] fauxton commit: updated refs/heads/master to 36957d0 Replication: Unbind event on cleanup Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/36957d03 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/36957d03 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/36957d03 Branch: refs/heads/master Commit: 36957d032bcfbfa2957f1d3e2fc0cbdc0ca61963 Parents: 7d9daf5 Author: Robert Kowalski Authored: Thu Sep 4 00:25:26 2014 +0200 Committer: Robert Kowalski Committed: Mon Sep 8 15:30:40 2014 +0200 ---------------------------------------------------------------------- app/addons/replication/views.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/36957d03/app/addons/replication/views.js ---------------------------------------------------------------------- diff --git a/app/addons/replication/views.js b/app/addons/replication/views.js index 1a6936d..7eb4a7e 100644 --- a/app/addons/replication/views.js +++ b/app/addons/replication/views.js @@ -237,6 +237,7 @@ function(app, FauxtonAPI, Components, Replication) { }, pollingInfo.rate*1000); }, cleanup: function(){ + Events.unbind('update:tasks'); clearInterval(pollingInfo.intervalId); }, beforeRender: function(){