mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
Removed duplicate docs
This commit is contained in:
parent
ac95880995
commit
d352363424
1 changed files with 0 additions and 8 deletions
|
@ -543,14 +543,6 @@ var BaseSound = new Class({
|
|||
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', {
|
||||
|
||||
get: function ()
|
||||
|
|
Loading…
Reference in a new issue