Removed redundant docs, eslint fix

This commit is contained in:
Pavle Goloskokovic 2018-02-18 20:24:05 +01:00
parent 06fba3b6c7
commit 8cf45cdc7e

View file

@ -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;
},