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:
parent
24cf07b207
commit
caecac487b
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user