update build

This commit is contained in:
Leo Horie 2014-03-20 12:10:03 -04:00
parent 295833ffcb
commit 189fa8e7ce
3 changed files with 3 additions and 3 deletions

View file

@ -195,7 +195,7 @@ m(&quot;a[href=&#39;/dashboard/alicesmith&#39;]&quot;, {config: m.route});</code
<hr>
<h4 id="signature">Signature</h4>
<p><a href="how-to-read-signatures.html">How to read signatures</a></p>
<pre><code class="lang-clike">void route(DOMElement element, Boolean isNew)</code></pre>
<pre><code class="lang-clike">void route(DOMElement element, Boolean isInitialized)</code></pre>
<ul>
<li><p><strong>DOMElement element</strong></p>
<p>an anchor element <code>&lt;a&gt;</code> with an <code>href</code> attribute that points to a route</p>