Skip to content

Commit bb4c840

Browse files
Removed redundant docs
1 parent cf0732a commit bb4c840

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
@@ -44,15 +44,6 @@ var NoAudioSound = new Class({
4444
this.isPlaying = false;
4545
this.isPaused = false;
4646
this.totalRate = 1;
47-
48-
/**
49-
* [description]
50-
*
51-
* @name Phaser.Sound.NoAudioSound#duration
52-
* @type {number}
53-
* @default 0
54-
* @since 3.0.0
55-
*/
5647
this.duration = 0;
5748

5849
/**

0 commit comments

Comments
 (0)