update about, fix Ox.find docs

This commit is contained in:
rolux 2012-07-03 00:54:37 +02:00
commit ad25f92c38
2 changed files with 2 additions and 2 deletions

View file

@ -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