Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #4 from adam-lynch/patch-1
Browse files Browse the repository at this point in the history
typo in README
  • Loading branch information
jefflembeck committed Aug 1, 2014
2 parents f689682 + a546931 commit 71f84c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Then call it by passing it a JavaScript URL:

## Limitations

`loadJS` is does nothing to manage execution order of requested scripts, so we do not advise using it to load multiple javascript files that depend on one another. It simply fetches a script and executes it as soon as possible. You can certainly use `loadJS` to load multiple scripts as long as those scripts are designed to execute independently of any other scripts being loaded by `loadJS`.
`loadJS` does nothing to manage execution order of requested scripts, so we do not advise using it to load multiple javascript files that depend on one another. It simply fetches a script and executes it as soon as possible. You can certainly use `loadJS` to load multiple scripts as long as those scripts are designed to execute independently of any other scripts being loaded by `loadJS`.

#### Contributions and bug fixes

Expand Down

0 comments on commit 71f84c5

Please sign in to comment.