wrote:
> Nevermind, found it:
>
> Object.style.textDecoration='line-through';
Just a short notice:
when the property consists of 2 or more words and are separated by "-"
you obtain the respective property by taking out the "-" and capitalize
the next word.
ex: border-width -> borderWidth