Returning config value when getting loop property

This commit is contained in:
Pavle Goloskokovic 2017-12-12 19:43:21 +01:00
parent 02962f316e
commit 48f86abb65

View file

@ -299,6 +299,7 @@ Object.defineProperty(WebAudioSound.prototype, 'seek', {
*/
Object.defineProperty(WebAudioSound.prototype, 'loop', {
get: function () {
return this.currentConfig.loop;
},
set: function (value) {
}