Skip to content

Commit 81f3b56

Browse files
Added touchLocked argument to HTML5AudioFile class constructor
1 parent be7741e commit 81f3b56

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/loader/filetypes/HTML5AudioFile.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ var HTML5AudioFile = new Class({
1111

1212
initialize:
1313

14-
function HTML5AudioFile (key, url, path, config)
14+
function HTML5AudioFile (key, url, path, config, touchLocked)
1515
{
16+
this.touchLocked = touchLocked;
17+
1618
var fileConfig = {
1719
type: 'audio',
1820
extension: GetFastValue(url, 'type', ''),

0 commit comments

Comments
 (0)