Skip to content

Commit d393506

Browse files
committed
Review update : Fixed select() issue with existing dropdown
1 parent c8b1752 commit d393506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/addons/p5.dom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@
531531
* It also helps to assign select-box methods to p5.Element when selecting existing select box
532532
* @method createSelect
533533
* @param {boolean} [multiple] true if dropdown should support multiple selections OR
534-
* @param {Object [P5.Element] if wrapping methods to existing select
534+
* @param {Object|p5.Element} if wrapping methods to existing select
535535
* @return {Object|p5.Element} pointer to p5.Element holding created or existing node
536536
* @example
537537
* <div><code>

0 commit comments

Comments
 (0)