Using checkTouchLocked with seek property

This commit is contained in:
Pavle Goloskokovic 2018-01-17 17:23:20 +01:00
parent 874b3d5bc1
commit 33bc3d8d5c

View file

@ -376,6 +376,9 @@ Object.defineProperty(HTML5AudioSound.prototype, 'seek', {
}
},
set: function (value) {
if (this.checkTouchLocked('property', 'seek', value)) {
return;
}
if (this.startTime > 0) {
return;
}