Skip to content

Commit 455579a

Browse files
Removed redundant docs
1 parent 146c998 commit 455579a

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

5647
/**

0 commit comments

Comments
 (0)