Removed redundant docs

This commit is contained in:
Pavle Goloskokovic 2018-02-18 20:23:15 +01:00
parent 8945fa798e
commit 7522e8613f

View file

@ -64,15 +64,6 @@ var NoAudioSound = new Class({
this.loop = false; this.loop = false;
this.markers = {}; this.markers = {};
this.currentMarker = null; this.currentMarker = null;
/**
* [description]
*
* @name Phaser.Sound.NoAudioSound#pendingRemove
* @type {boolean}
* @default null
* @since 3.0.0
*/
this.pendingRemove = false; this.pendingRemove = false;
}, },