Skip to content

Commit 146c998

Browse files
Removed redundant docs
1 parent 7e5b680 commit 146c998

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
@@ -41,15 +41,6 @@ var NoAudioSound = new Class({
4141
EventEmitter.call(this);
4242
this.manager = manager;
4343
this.key = key;
44-
45-
/**
46-
* [description]
47-
*
48-
* @name Phaser.Sound.NoAudioSound#isPlaying
49-
* @type {boolean}
50-
* @default false
51-
* @since 3.0.0
52-
*/
5344
this.isPlaying = false;
5445

5546
/**

0 commit comments

Comments
 (0)