Browse Source

Fix a typo.

JC Brand 9 năm trước cách đây
mục cha
commit
277527e9b7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/converse-dragresize.js

+ 1 - 1
src/converse-dragresize.js

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