Skip to content

Commit 5c0c890

Browse files
Using manager.isLocked instead of removed checkTouchLocked method for resume method
1 parent fb775d4 commit 5c0c890

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sound/html5/HTML5AudioSound.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ var HTML5AudioSound = new Class({
8080
return true;
8181
},
8282
resume: function () {
83-
if (this.checkTouchLocked('method', 'resume')) {
83+
if (this.manager.isLocked(this, 'resume')) {
8484
return false;
8585
}
8686
if (this.startTime > 0) {

0 commit comments

Comments
 (0)