mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-15 16:44:11 +03:00
Fix some typos in js
This commit is contained in:
parent
0cd01e2c03
commit
b6d472d62f
@ -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;
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user