document.createElement('Comment')
Hey guys,
I am having the following problem with jQuery 1.4.2; if I download it from my work network I got line 3476 (uncompressed ver, but it is the some with the min. one) changed from:
div.appendChild( document.createComment("") );
to
div.appendChild( document.createElement('Comment').data="" );
Any idea on why this appens?