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

onLoad documentation needs update #171

Open
eddycoder opened this issue Nov 10, 2017 · 1 comment
Open

onLoad documentation needs update #171

eddycoder opened this issue Nov 10, 2017 · 1 comment

Comments

@eddycoder
Copy link

In your onLoad callback example you have:

obj.createProgress(data[i]);

But currently createProgress() accepts three separate arguments, so it actually has to be:

obj.createProgress(data[i].name,data[i].path,data[i].size);
@hayageek
Copy link
Owner

hayageek commented Dec 5, 2017

Yes. I will update.

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

2 participants