Skip to content

Commit d352363

Browse files
Removed duplicate docs
1 parent ac95880 commit d352363

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
@@ -543,14 +543,6 @@ var BaseSound = new Class({
543543
this.totalRate = this.currentConfig.rate * this.manager.rate * detuneRate;
544544
}
545545
});
546-
547-
/**
548-
* Playback rate.
549-
*
550-
* @name Phaser.Sound.BaseSound#rate
551-
* @type {number}
552-
* @since 3.0.0
553-
*/
554546
Object.defineProperty(BaseSound.prototype, 'rate', {
555547

556548
get: function ()

0 commit comments

Comments
 (0)