Skip to content

Commit 7522e86

Browse files
Removed redundant docs
1 parent 8945fa7 commit 7522e86

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
@@ -64,15 +64,6 @@ var NoAudioSound = new Class({
6464
this.loop = false;
6565
this.markers = {};
6666
this.currentMarker = null;
67-
68-
/**
69-
* [description]
70-
*
71-
* @name Phaser.Sound.NoAudioSound#pendingRemove
72-
* @type {boolean}
73-
* @default null
74-
* @since 3.0.0
75-
*/
7667
this.pendingRemove = false;
7768
},
7869

0 commit comments

Comments
 (0)