Removed duplicate docs

This commit is contained in:
Pavle Goloskokovic 2018-02-18 15:58:56 +01:00
parent ac95880995
commit d352363424

View file

@ -543,14 +543,6 @@ var BaseSound = new Class({
this.totalRate = this.currentConfig.rate * this.manager.rate * detuneRate; this.totalRate = this.currentConfig.rate * this.manager.rate * detuneRate;
} }
}); });
/**
* Playback rate.
*
* @name Phaser.Sound.BaseSound#rate
* @type {number}
* @since 3.0.0
*/
Object.defineProperty(BaseSound.prototype, 'rate', { Object.defineProperty(BaseSound.prototype, 'rate', {
get: function () get: function ()