Skip to content

Commit 06fba3b

Browse files
Removed redundant docs, eslint fix
1 parent 3bcf936 commit 06fba3b

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
@@ -71,16 +71,8 @@ var NoAudioSound = new Class({
7171
{
7272
return false;
7373
},
74-
75-
/**
76-
* [description]
77-
*
78-
* @method Phaser.Sound.NoAudioSound#updateMarker
79-
* @since 3.0.0
80-
*
81-
* @return {boolean} False
82-
*/
83-
updateMarker: function ()
74+
// eslint-disable-next-line no-unused-vars
75+
updateMarker: function (marker)
8476
{
8577
return false;
8678
},

0 commit comments

Comments
 (0)