Skip to content

Commit fe78207

Browse files
Removed redundant docs
1 parent bb4c840 commit fe78207

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/sound/noaudio/NoAudioSound.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,6 @@ var NoAudioSound = new Class({
4545
this.isPaused = false;
4646
this.totalRate = 1;
4747
this.duration = 0;
48-
49-
/**
50-
* [description]
51-
*
52-
* @name Phaser.Sound.NoAudioSound#totalDuration
53-
* @type {number}
54-
* @default 0
55-
* @since 3.0.0
56-
*/
5748
this.totalDuration = 0;
5849

5950
/**

0 commit comments

Comments
 (0)