Browse Source

converse-muc: Don't delete reference, can cause attribute error

JC Brand 8 years ago
parent
commit
fd40f24710
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/converse-muc.js

+ 0 - 1
src/converse-muc.js

@@ -856,7 +856,6 @@
                      */
                     this.occupantsview.model.reset();
                     this.occupantsview.model.browserStorage._clear();
-                    delete this.occupantsview;
 
                     if (!converse.connection.connected) {
                         // Don't send out a stanza if we're not connected.