mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
Removed redundant docs
This commit is contained in:
parent
146c998ff7
commit
455579a427
1 changed files with 0 additions and 9 deletions
|
@ -42,15 +42,6 @@ var NoAudioSound = new Class({
|
||||||
this.manager = manager;
|
this.manager = manager;
|
||||||
this.key = key;
|
this.key = key;
|
||||||
this.isPlaying = false;
|
this.isPlaying = false;
|
||||||
|
|
||||||
/**
|
|
||||||
* [description]
|
|
||||||
*
|
|
||||||
* @name Phaser.Sound.NoAudioSound#isPaused
|
|
||||||
* @type {boolean}
|
|
||||||
* @default false
|
|
||||||
* @since 3.0.0
|
|
||||||
*/
|
|
||||||
this.isPaused = false;
|
this.isPaused = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue