Skip to content

Commit bdf3844

Browse files
Calling loader nextFile method instead of callback
1 parent d743ac8 commit bdf3844

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
@@ -50,7 +50,7 @@ var HTML5AudioFile = new Class({
5050
audio.onerror = null;
5151
}
5252

53-
this.callback(this, false);
53+
this.loader.nextFile(this, false);
5454
},
5555

5656
onProgress: function (event)

0 commit comments

Comments
 (0)