update about, fix Ox.find docs
This commit is contained in:
parent
0d53dfaf1a
commit
ad25f92c38
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
<p>TL;DR: <code>OxJS</code> is awesome — <a href="https://0xDB.org" target="_blank">see it in action</a>!</b></p>
|
||||
|
||||
<p><code>OxJS</code> (pronounced <i>oh-ex-jay-ess</i>) is a comprehensive JavaScript library, originally developed for the media archive platform <a href="http://pan.do/ra" target="_blank">pan.do/ra</a>. While it still has bugs, holes, design errors and lots of cruft, some parts of it may already be of interest to a wider audience.</p>
|
||||
<p><code>OxJS</code> (pronounced <i>oh-ex-jay-ess</i>) is a comprehensive JavaScript library, originally developed for the media archive platform <a href="http://pan.do/ra" target="_blank">pan.do/ra</a>. While it still has bugs, holes, design errors and lots of cruft, its good parts may already be of interest to a wider audience.</p>
|
||||
|
||||
<h2><b>Core library</b></h2>
|
||||
|
||||
|
|
|
@ -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…
Reference in a new issue