Skip to content

Commit 8cf45cd

Browse files
Removed redundant docs, eslint fix
1 parent 06fba3b commit 8cf45cd

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

src/sound/noaudio/NoAudioSound.js

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,8 @@ var NoAudioSound = new Class({
7676
{
7777
return false;
7878
},
79-
80-
/**
81-
* [description]
82-
*
83-
* @method Phaser.Sound.NoAudioSound#removeMarker
84-
* @since 3.0.0
85-
*
86-
* @return {boolean} False
87-
*/
88-
removeMarker: function ()
79+
// eslint-disable-next-line no-unused-vars
80+
removeMarker: function (markerName)
8981
{
9082
return null;
9183
},

0 commit comments

Comments
 (0)