update about, fix Ox.find docs

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

View file

@ -2,7 +2,7 @@
<p>TL;DR: <code>OxJS</code> is awesome &mdash; <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>

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