mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-11 16:18:10 +00:00
visual/ImageStim: fix JSDoc typo
This commit is contained in:
parent
640ae93a04
commit
7ae5d6ad88
@ -132,7 +132,7 @@ export class ImageStim extends util.mix(VisualStim).with(ColorMixin)
|
||||
/**
|
||||
* Setter for the mask attribute.
|
||||
*
|
||||
* @name module:visual.ImageStim#setImage
|
||||
* @name module:visual.ImageStim#setMask
|
||||
* @public
|
||||
* @param {HTMLImageElement | string} mask - the name of the mask resource or HTMLImageElement corresponding to the mask
|
||||
* @param {boolean} [log= false] - whether of not to log
|
||||
|
Loading…
Reference in New Issue
Block a user