Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gnat authored Mar 1, 2024
1 parent 79f5eea commit bdb3c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ me().on("click", async event => {

#### Ignore call chain when element is missing.
* ▶️ `me("#i_dont_exist")?.classAdd('active')`
* Silence console warning: ▶️ `me("#i_dont_exist", document, false)?.classAdd('active')`
* No warnings: ▶️ `me("#i_dont_exist", document, false)?.classAdd('active')`

## <a name="plugins"></a>🔌 Your own plugin

Expand Down

0 comments on commit bdb3c98

Please sign in to comment.