8000 Fixed resume method docs · ITCSsDeveloper/phaser@5010755 · GitHub 10BC0
Skip to content

Commit 5010755

Browse files
Fixed resume method docs
1 parent 7fd6ce9 commit 5010755

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/sound/html5/HTML5AudioSound.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,10 @@ var HTML5AudioSound = new Class({
173173
{
174174
return false;
175175
}
176-
177176
if (this.startTime > 0)
178177
{
179178
return false;
180179
}
181-
182180
if (!BaseSound.prototype.resume.call(this))
183181
{
184182
return false;
@@ -195,7 +193,6 @@ var HTML5AudioSound = new Class({
195193
* @param {Phaser.Sound.HTML5AudioSound} sound - Reference to the sound that emitted event.
196194
*/
197195
this.emit('resume', this);
198-
199196
return true;
200197
},
201198

0 commit comments

Comments
 (0)