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

Load: Add support for async script attribute #4

Open
iskitz opened this issue Nov 15, 2012 · 0 comments
Open

Load: Add support for async script attribute #4

iskitz opened this issue Nov 15, 2012 · 0 comments

Comments

@iskitz
Copy link
Owner

iskitz commented Nov 15, 2012

Per MDN's Script Attributes Doc ajile should set async=false to maintain script load order.

iskitz added a commit that referenced this issue Jan 28, 2013
: Added versioned compressed and source scripts.
: Updated default compressed and source scripts.
: handleImported(): Ensures that all named, generic, and internal import listeners get notified.
: Compatibility: Load(): Ensures load order in modern browsers via hacky script.async property support. github issue #4.
: Compatibility: WebWorkers and nodeJS: Removed "window" from all window.clear* and window.set* timer statements.
: Compatibility: WebKit 125.4: AddImportListener(): Commented setTimeout callback function names.
: global: Added "global" reference to ajile's closure.
: global: Replaced all non-window-specific window references with global.
: Cleanup: Load(): Replaced "if" block with boolean short circuits.

Tests
: GetVersion(): updated to expect 1.4.5.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant