Преглед на файлове

fix prebind reference error

Sergey Fedoseev преди 10 години
родител
ревизия
6e0c173f44
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      converse.js

+ 1 - 1
converse.js

@@ -4580,7 +4580,7 @@
                         rid += 1;
                         this.session.save({rid: rid}); // The RID needs to be increased with each request.
                         this.connection.attach(jid, sid, rid, this.onConnect);
-                    } else if (prebind) {
+                    } else if (this.prebind) {
                         delete this.connection;
                         this.emit('noResumeableSession');
                     }