Skip to content

Commit dd9d769

Browse files
Removed redundant docs, eslint fix
1 parent 2ec0f4f commit dd9d769

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

src/sound/noaudio/NoAudioSoundManager.js

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,8 @@ var NoAudioSoundManager = new Class({
6060
sound.spritemap = {};
6161
return sound;
6262
},
63-
64-
/**
65-
* [description]
66-
*
67-
* @method Phaser.Sound.NoAudioSoundManager#play
68-
* @since 3.0.0
69-
*
70-
* @return {boolean} No Audio methods always return `false`.
71-
*/
72-
play: function ()
63+
// eslint-disable-next-line no-unused-vars
64+
play: function (key, extra)
7365
{
7466
return false;
7567
},

0 commit comments

Comments
 (0)