Fix a typo.

This commit is contained in:
JC Brand 2016-05-19 13:35:51 +00:00
parent aeabc2c0d4
commit 277527e9b7

View File

@ -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);