Skip to content

Commit b607251

Browse files
Fixed stop method docs
1 parent 5010755 commit b607251

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/sound/html5/HTML5AudioSound.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ var HTML5AudioSound = new Class({
210210
{
211211
return false;
212212
}
213-
214213
if (!BaseSound.prototype.stop.call(this))
215214
{
216215
return false;
@@ -224,7 +223,6 @@ var HTML5AudioSound = new Class({
224223
* @param {Phaser.Sound.HTML5AudioSound} sound - Reference to the sound that emitted event.
225224
*/
226225
this.emit('stop', this);
227-
228226
return true;
229227
},
230228

0 commit comments

Comments
 (0)