update about, fix Ox.find docs
This commit is contained in:
parent
0d53dfaf1a
commit
ad25f92c38
2 changed files with 2 additions and 2 deletions
|
|
@ -407,7 +407,7 @@ Ox.compact = function(array) {
|
|||
Ox.find <f> Returns array elements that match a string
|
||||
Returns an array of case-insensitive matches: exact match first, then
|
||||
leading matches, then other matches
|
||||
(array, query[, leading]) -> Array of matches
|
||||
(array, query[, leading]) -> <[s]> Array of matches
|
||||
array <[s]> Array of strings
|
||||
query <s> Query string
|
||||
leading <b> If true, returns leading matches only
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue