浏览代码

Fix a typo.

JC Brand 9 年之前
父节点
当前提交
277527e9b7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/converse-dragresize.js

+ 1 - 1
src/converse-dragresize.js

@@ -60,7 +60,7 @@
             },
             },
 
 
             ChatBox: {
             ChatBox: {
-                initializhe: function () {
+                initialize: function () {
                     var result = this._super.initialize.apply(this, arguments),
                     var result = this._super.initialize.apply(this, arguments),
                         height = this.get('height'), width = this.get('width'),
                         height = this.get('height'), width = this.get('width'),
                         save = this.get('id') === 'controlbox' ? this.set.bind(this) : this.save.bind(this);
                         save = this.get('id') === 'controlbox' ? this.set.bind(this) : this.save.bind(this);