Updated getCurrentTime method docs

This commit is contained in:
Pavle Goloskokovic 2018-01-07 22:35:22 +01:00
parent 45698f0411
commit bf29b367ec

View file

@ -359,7 +359,10 @@ var WebAudioSound = new Class({
}
},
/**
* Method used internally for calculating current playback time of a playing sound.
*
* @private
* @method Phaser.Sound.WebAudioSound#getCurrentTime
*/
getCurrentTime: function () {
var currentTime = 0;