Skip to content

onLoad documentation needs update #171

Open
@eddycoder

Description

@eddycoder

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);

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions