Commit 277527e9 authored by JC Brand's avatar JC Brand

Fix a typo.

parent aeabc2c0
...@@ -60,7 +60,7 @@ ...@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment