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

sound/Sound: fix JSDoc typos

This commit is contained in:
Sotiri Bakagiannis 2020-08-26 13:36:43 +01:00
parent fde29e1e59
commit 6b2e772c89

View File

@ -168,7 +168,7 @@ export class Sound extends PsychObject
* *
* @public * @public
* @param {number} [secs=0.5] - duration of the tone (in seconds) If secs == -1, the sound will play indefinitely. * @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) setSecs(secs = 0.5, log = true)
{ {