Removed redundant docs

This commit is contained in:
Pavle Goloskokovic 2018-02-18 20:20:45 +01:00
parent cf0732a599
commit bb4c8404d2

View file

@ -44,15 +44,6 @@ var NoAudioSound = new Class({
this.isPlaying = false;
this.isPaused = false;
this.totalRate = 1;
/**
* [description]
*
* @name Phaser.Sound.NoAudioSound#duration
* @type {number}
* @default 0
* @since 3.0.0
*/
this.duration = 0;
/**