fixing links

This commit is contained in:
Leo Horie 2014-08-12 18:00:54 -04:00
parent 2161e0ef25
commit c736e738ce
211 changed files with 2776 additions and 1876 deletions

View file

@ -202,7 +202,7 @@ m(&quot;a[href=&#39;/dashboard/alicesmith&#39;]&quot;, {config: m.route});</code
<p>an anchor element <code>&lt;a&gt;</code> with an <code>href</code> attribute that points to a route</p>
</li>
<li><p><strong>Boolean isInitialized</strong></p>
<p>the method does not run if this flag is set to true. This is to make the method compatible with virtual DOM elements&#39; <code>config</code> attribute (see <a href="mithril"><code>m()</code></a>)</p>
<p>the method does not run if this flag is set to true. This is to make the method compatible with virtual DOM elements&#39; <code>config</code> attribute (see <a href="mithril.html"><code>m()</code></a>)</p>
</li>
</ul>