I'm reviewing some html produced by an outside shop.
They use comments inside their external script loading tags - so far as i'm aware this was only useful for very old javascript unaware browsers is there any modern function for this or is it redundant?
<script type="text/javascript" src="path/to/file.js"><!--//--></script>