mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Set async to true instead of async (prop vs. attr). Closes gh-1039
This commit is contained in:
parent
bb570fc373
commit
4fed8eb86d
@ -40,7 +40,7 @@ jQuery.ajaxTransport( "script", function(s) {
|
||||
|
||||
script = document.createElement( "script" );
|
||||
|
||||
script.async = "async";
|
||||
script.async = true;
|
||||
|
||||
if ( s.scriptCharset ) {
|
||||
script.charset = s.scriptCharset;
|
||||
|
Loading…
Reference in New Issue
Block a user