Github user garrensmith commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/107#discussion_r19263429
--- Diff: app/core/routeObject.js ---
@@ -241,6 +241,7 @@ function(FauxtonAPI, Backbone) {
if (_.has(this.views, selector)) {
this.views[selector].remove();
this.views[selector] = null;
--- End diff --
I'm probably being overly cautious with the `null` but the idea is to make
sure the view gets properly garbage collected.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---