Possible Duplicate:
Why /*@ isn't a comment in JavaScript?
In the HTML5Shiv script the entire file appears to be commented out, but wrapped with an @
("at" sign, "ampersat" etc) prior to the */
.
Snippet: /*@cc_on(function....this, document)@*/
I haven't come across this before and couldn't find any references to how this works on the HTML5Shiv sites or after searching Google/StackOverfow, but have a feeling it's somehow to trick the browser to only work in IE?
Does anybody know why it's coded this way?