eslint fix

This commit is contained in:
Shpuld Shpuldson 2017-05-31 14:11:07 +03:00
parent e704e1daaf
commit 5465791372
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ const PostStatusForm = {
},
resize (e) {
e.target.style.height = 'auto'
e.target.style.height = (e.target.scrollHeight - 10)+'px'
e.target.style.height = `${e.target.scrollHeight - 10}px`
}
}
}