mirror of
https://github.com/photonstorm/phaser
synced 2025-02-19 23:48:33 +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;
|
return false;
|
||||||
},
|
},
|
||||||
|
// eslint-disable-next-line no-unused-vars
|
||||||
/**
|
removeMarker: function (markerName)
|
||||||
* [description]
|
|
||||||
*
|
|
||||||
* @method Phaser.Sound.NoAudioSound#removeMarker
|
|
||||||
* @since 3.0.0
|
|
||||||
*
|
|
||||||
* @return {boolean} False
|
|
||||||
*/
|
|
||||||
removeMarker: function ()
|
|
||||||
{
|
{
|
||||||
return null;
|
return null;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue