diff --git a/src/sound/html5/HTML5AudioSound.js b/src/sound/html5/HTML5AudioSound.js index 0122b79c9..837fca060 100644 --- a/src/sound/html5/HTML5AudioSound.js +++ b/src/sound/html5/HTML5AudioSound.js @@ -97,7 +97,7 @@ var HTML5AudioSound = new Class({ return true; }, stop: function () { - if (this.checkTouchLocked('method', 'stop')) { + if (this.manager.isLocked(this, 'stop')) { return false; } if (!BaseSound.prototype.stop.call(this)) {