Close comments in js on end of line.
authorDaniel Carl <danielcarl@gmx.de>
Fri, 12 May 2017 23:13:58 +0000 (01:13 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Fri, 12 May 2017 23:13:58 +0000 (01:13 +0200)
commit92cac5208efe79135dbbb170669a5e5b63fead4e
tree009a4a8359d94582b4bea0d4bf573db39b4f1ab6
parentaedd02c495065995a9f1ed9f0194fc562333812c
Close comments in js on end of line.

The multi line comments /* */ must be closed on the same line. Because
the simple script that minifies the scripts a little can only  remove
those on same line closed comments properly.
src/scripts/hints.js