mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-11 16:18:10 +00:00
sound/TonePlayer: fix JSDoc typo
This commit is contained in:
parent
6b2e772c89
commit
932572a0f7
@ -130,7 +130,7 @@ export class TonePlayer extends SoundPlayer
|
||||
* @name module:sound.TonePlayer#setDuration
|
||||
* @function
|
||||
* @public
|
||||
* @param {Integer} duration_s - dthe uration of the tone (in seconds) If duration_s == -1, the sound will play indefinitely.
|
||||
* @param {number} duration_s - the duration of the tone (in seconds) If duration_s == -1, the sound will play indefinitely.
|
||||
*/
|
||||
setDuration(duration_s)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user