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

.wait won't load file in minified version #1

Closed
danilo-valente opened this issue Jul 20, 2013 · 0 comments
Closed

.wait won't load file in minified version #1

danilo-valente opened this issue Jul 20, 2013 · 0 comments
Labels

Comments

@danilo-valente
Copy link
Owner

In the example below, foo.js will load, but bar.js won't:

jsRequest
    .load("foo.js")
    .wait(function () {
        console.log("'foo.js' loaded");
    })
    .wait("bar.js", function () {
        console.log("'bar.js' loaded");
    });

This happens in the 1.0.0 minified version.

@ghost ghost assigned nubunto Jul 20, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants