Removed redundant docs

This commit is contained in:
Pavle Goloskokovic 2018-02-18 20:22:52 +01:00
parent 98fdfde972
commit 43eec1c43c

View file

@ -62,15 +62,6 @@ var NoAudioSound = new Class({
this.detune = 0;
this.seek = 0;
this.loop = false;
/**
* [description]
*
* @name Phaser.Sound.NoAudioSound#markers
* @type {object}
* @default {}
* @since 3.0.0
*/
this.markers = {};
/**