Skip to content

Commit 87c7782

Browse files
linting changes
1 parent 979ec94 commit 87c7782

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dom/dom.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -774,11 +774,11 @@ p5.prototype.createSelect = function() {
774774
* element. If an option with a value already exists, it will be returned.
775775
* It is recommended to use string values as input for `value`.
776776
* Optionally, a label can be provided as second argument for the option.
777-
* - `.remove(value)` can be used to remove an option for the element. String
777+
* - `.remove(value)` can be used to remove an option for the element. String
778778
* literals recommended as input for `value`.
779779
* - `.value()` method will return the currently selected value.
780780
* - `.selected()` method will return the currently selected input element.
781-
* - `.selected(value)` method will select the option and return it. String
781+
* - `.selected(value)` method will select the option and return it. String
782782
* literals recommended as input for `value`.
783783
* - `.disable(Boolean)` method will enable/disable the whole radio button element.
784784
*

0 commit comments

Comments
 (0)