mirror of
https://github.com/Mibew/mibew.git
synced 2025-04-18 12:57:24 +03:00
Fix some typos in js
This commit is contained in:
parent
0cd01e2c03
commit
b6d472d62f
@ -150,7 +150,7 @@
|
|||||||
this.clearInput();
|
this.clearInput();
|
||||||
this.enableInput();
|
this.enableInput();
|
||||||
if (this.focused) {
|
if (this.focused) {
|
||||||
this.ui.focus();
|
this.ui.message.focus();
|
||||||
}
|
}
|
||||||
Mibew.Objects.Collections.messages.off(
|
Mibew.Objects.Collections.messages.off(
|
||||||
'multiple:add',
|
'multiple:add',
|
||||||
@ -197,7 +197,7 @@
|
|||||||
* Set focus indicator
|
* Set focus indicator
|
||||||
*/
|
*/
|
||||||
setFocus: function() {
|
setFocus: function() {
|
||||||
this.focused = true
|
this.focused = true;
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user