Changeset 5623
- Timestamp:
- 05/16/08 18:37:11 (8 months ago)
- Files:
-
- 1 modified
-
trunk/jquery/src/core.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jquery/src/core.js
r5622 r5623 638 638 script.appendChild( document.createTextNode( data ) ); 639 639 640 head.appendChild( script ); 640 // Use insertBefore instead of appendChild to circumvent an IE6 bug. 641 // This arises when a base node is used (#2709). 642 head.insertBefore( script, head.firstChild ); 641 643 head.removeChild( script ); 642 644 }
