Skip to content

Commit ae61e7b

Browse files
authored
placed back comments
1 parent 4c2c427 commit ae61e7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dom/dom.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1631,6 +1631,7 @@ p5.prototype.createRadio = function(...args) {
16311631
};
16321632

16331633
self.option = function (value, label) {
1634+
// return an option with this value, create if not exists.
16341635
let optionEl;
16351636
for (const option of self._getOptionsArray()) {
16361637
if (option.value === value) {

0 commit comments

Comments
 (0)