Do not copy variable used only once.
authorDaniel Carl <danielcarl@gmx.de>
Sat, 8 Jul 2017 22:14:15 +0000 (00:14 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 8 Jul 2017 22:14:15 +0000 (00:14 +0200)
commit46d6f0d0d77cb76a9eb5d83ccf0ddc4b9471c278
tree4525029adfdc15c13f1d22a5b0a1fa0b162e04c4
parent99ed310f670f57e172f0a402e378552021c76a74
Do not copy variable used only once.

The copy of variable into a shorter one enlarges the codes size when the
variable is used only once. So don't copy it.
src/scripts/hints.js