JC Brand 12 年之前
父节点
当前提交
d582e0f3bb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      converse.js

+ 1 - 1
converse.js

@@ -771,7 +771,7 @@
             this.on('update-rooms-list', function (ev) {
                 this.updateRoomsList();
             });
-            converse.xmppstatus.model.on("change", $.proxy(function (model) {
+            converse.xmppstatus.on("change", $.proxy(function (model) {
                 if (!(_.has(model.changed, 'fullname'))) {
                     return;
                 }