Skip to content

Commit d637f04

Browse files
Removed duplicate docs
1 parent d352363 commit d637f04

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/sound/BaseSound.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -563,14 +563,6 @@ Object.defineProperty(BaseSound.prototype, 'rate', {
563563
this.emit('rate', this, value);
564564
}
565565
});
566-
567-
/**
568-
* Detuning of sound.
569-
*
570-
* @name Phaser.Sound.BaseSound#detune
571-
* @property {number} detune
572-
* @since 3.0.0
573-
*/
574566
Object.defineProperty(BaseSound.prototype, 'detune', {
575567

576568
get: function ()

0 commit comments

Comments
 (0)