diff --git a/src/sound/html5/HTML5AudioSound.js b/src/sound/html5/HTML5AudioSound.js index 837fca060..45e092da8 100644 --- a/src/sound/html5/HTML5AudioSound.js +++ b/src/sound/html5/HTML5AudioSound.js @@ -266,7 +266,7 @@ Object.defineProperty(HTML5AudioSound.prototype, 'mute', { }, set: function (value) { this.currentConfig.mute = value; - if (this.checkTouchLocked('property', 'mute', value)) { + if (this.manager.isLocked(this, 'mute', value)) { return; } this.setMute();