mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-11 16:18:10 +00:00
sound/Sound: fix JSDoc typos
This commit is contained in:
parent
fde29e1e59
commit
6b2e772c89
@ -168,7 +168,7 @@ export class Sound extends PsychObject
|
||||
*
|
||||
* @public
|
||||
* @param {number} [secs=0.5] - duration of the tone (in seconds) If secs == -1, the sound will play indefinitely.
|
||||
* @param {boolean} [log=true] - whether of not to log
|
||||
* @param {boolean} [log=true] - whether or not to log
|
||||
*/
|
||||
setSecs(secs = 0.5, log = true)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user