mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
Removed redundant docs, eslint fix
This commit is contained in:
parent
06fba3b6c7
commit
8cf45cdc7e
1 changed files with 2 additions and 10 deletions
|
@ -76,16 +76,8 @@ var NoAudioSound = new Class({
|
|||
{
|
||||
return false;
|
||||
},
|
||||
|
||||
/**
|
||||
* [description]
|
||||
*
|
||||
* @method Phaser.Sound.NoAudioSound#removeMarker
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @return {boolean} False
|
||||
*/
|
||||
removeMarker: function ()
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
removeMarker: function (markerName)
|
||||
{
|
||||
return null;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue