Skip to content

Commit e1c5969

Browse files
Calling loader nextFile method instead of callback
1 parent 4160d73 commit e1c5969

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/loader/filetypes/HTML5AudioFile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var HTML5AudioFile = new Class({
2929

3030
onLoad: function ()
3131
{
32-
this.callback(this, true);
32+
this.loader.nextFile(this, true);
3333
},
3434

3535
onError: function (event)

0 commit comments

Comments
 (0)