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
7939edb8b4
commit
07263863a7
1 changed files with 0 additions and 8 deletions
|
@ -548,14 +548,6 @@ Object.defineProperty(BaseSoundManager.prototype, 'rate', {
|
|||
}
|
||||
|
||||
});
|
||||
|
||||
/**
|
||||
* Global detune.
|
||||
*
|
||||
* @name Phaser.Sound.BaseSoundManager#detune
|
||||
* @type {number}
|
||||
* @since 3.0.0
|
||||
*/
|
||||
Object.defineProperty(BaseSoundManager.prototype, 'detune', {
|
||||
|
||||
get: function ()
|
||||
|
|
Loading…
Reference in a new issue