I was looking at the most recent code for highcharts, when I saw this segment:
wrap(opacityHook, 'get', function (proceed, elem, computed) {
return elem.attr ? (elem.opacity ||Â 0) : proceed.call(this, elem, computed);
});
Why is there an  character in the source code? That couldn't be right, could it?