Fix some typos in js

This commit is contained in:
Dmitriy Simushev 2014-09-26 09:24:49 +00:00
parent 0cd01e2c03
commit b6d472d62f

View File

@ -150,7 +150,7 @@
this.clearInput();
this.enableInput();
if (this.focused) {
this.ui.focus();
this.ui.message.focus();
}
Mibew.Objects.Collections.messages.off(
'multiple:add',
@ -197,7 +197,7 @@
* Set focus indicator
*/
setFocus: function() {
this.focused = true
this.focused = true;
},
/**