Removed redundant docs

This commit is contained in:
Pavle Goloskokovic 2018-02-18 20:20:11 +01:00
parent 146c998ff7
commit 455579a427

View file

@ -42,15 +42,6 @@ var NoAudioSound = new Class({
this.manager = manager;
this.key = key;
this.isPlaying = false;
/**
* [description]
*
* @name Phaser.Sound.NoAudioSound#isPaused
* @type {boolean}
* @default false
* @since 3.0.0
*/
this.isPaused = false;
/**