mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 17:37:02 +03:00
Cleanup js components
This commit is contained in:
parent
65e1b58877
commit
948663519e
6 changed files with 7 additions and 56 deletions
|
|
@ -11,7 +11,7 @@ class TextAreaComponent extends AbstractInput {
|
|||
super(params);
|
||||
|
||||
this.rows = params.rows || DEFAULT_ROWS;
|
||||
this.spellcheck = undefined === params.spellcheck ? false : !!params.spellcheck;
|
||||
this.spellcheck = !!params.spellcheck;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue