1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-11 16:18:10 +00:00

sound/TrackPlayer: tweak comment

This commit is contained in:
Sotiri Bakagiannis 2020-08-28 22:41:52 +01:00
parent 24cf07b207
commit caecac487b

View File

@ -110,7 +110,7 @@ export class TrackPlayer extends SoundPlayer
{
if (typeof this._howl !== 'undefined')
{
// Unfortunately Howler.js provides no shorthand duration setter
// Unfortunately Howler.js provides duration setting method
this._howl._duration = duration_s;
}
}