Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No ticket: Set async to true instead of "async" in ajax/script.js (prop vs. attr) #1039

Closed
wants to merge 1 commit into from
Closed

Commits on Nov 21, 2012

  1. Set async to true instead of "async" in ajax/script.js (prop vs. attr)

    Someone confused properties and attributes.
    
    This never actually caused any issues, thanks to the stable
    enough internal boolean casting of all supported browsers, and
    the fact that we remove it from the dom before any other script
    could practically try to read this property.
    
    Follow-up: ab3ba4a
    Krinkle committed Nov 21, 2012
    Copy the full SHA
    b84a74e View commit details
    Browse the repository at this point in the history