Skip to content

Commit

Permalink
Version bump to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gnat authored Jul 8, 2024
1 parent 621824f commit 0f4d81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion surreal.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ let $ = { // Convenience for internals.
if ($.isNode(selector)) return $.sugar(selector) // Valid element.
return null // Invalid.
},
// any() is me() but will return an array of nodes or empty [] if nothing is found.
// any() is me() but will return an array of elements or empty [] if nothing is found.
// You may optionally use forEach/map/filter/reduce.
// Example: any('button')
any(selector, start=document, warning=true) {
Expand Down

0 comments on commit 0f4d81d

Please sign in to comment.