Skip to content

Commit 7e5b680

Browse files
Removed redundant docs
1 parent 6d0ec24 commit 7e5b680

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/sound/noaudio/NoAudioSound.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,6 @@ var NoAudioSound = new Class({
4040
if (config === void 0) { config = {}; }
4141
EventEmitter.call(this);
4242
this.manager = manager;
43-
44-
/**
45-
* [description]
46-
*
47-
* @name Phaser.Sound.NoAudioSound#key
48-
* @type {string}
49-
* @since 3.0.0
50-
*/
5143
this.key = key;
5244

5345
/**

0 commit comments

Comments
 (0)