mirror of
https://github.com/Leaflet/Leafdoc.git
synced 2025-07-23 05:19:31 +00:00
54 lines
858 B
HTML
54 lines
858 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
<meta charset="utf-8">
|
|
<style>
|
|
table {
|
|
border-collapse: collapse;
|
|
}
|
|
table td, table th {
|
|
border: 1px solid #888;
|
|
}
|
|
pre code {
|
|
display: inline-block;
|
|
background: #eee;
|
|
}
|
|
td:last-child code {
|
|
background: #eee;
|
|
}
|
|
body {
|
|
font-family: Sans;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h2>Leafdoc generated API reference</h2>
|
|
|
|
<h2 id='$'>$</h2>
|
|
<p>jQuery stuff.</p>
|
|
|
|
<h3 id='$-function'>Functions</h3>
|
|
|
|
<section>
|
|
|
|
|
|
<table><thead>
|
|
<tr>
|
|
<th>Function</th>
|
|
<th>Returns</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead><tbody>
|
|
<tr id='$-_each'>
|
|
<td><code><b>_each</b>(<nobr><Array> <i>arr</i></nobr>, <nobr><Function> <i>fn</i></nobr>)</nobr></code></td>
|
|
<td><code>undefined</code></td>
|
|
<td>Returns a random number between 0.0 and 1.0</td>
|
|
</tr>
|
|
</tbody></table>
|
|
</section>
|
|
|
|
|
|
|
|
|
|
</body></html> |