Updated hasLooped property docs

This commit is contained in:
Pavle Goloskokovic 2018-01-07 22:23:05 +01:00
parent 198f47efb3
commit 6274fc1a95

View file

@ -104,10 +104,11 @@ var WebAudioSound = new Class({
this.hasEnded = false;
/**
* Used for keeping track when sound source has looped
* so it's state can be updated accordingly.
* so its state can be updated accordingly.
*
* @private
* @property {boolean} hasLooped
* @default false
*/
this.hasLooped = false;
this.muteNode.connect(this.volumeNode);