fix formatting in docs

This commit is contained in:
Leo Horie 2014-09-27 21:01:00 -04:00
parent 30879a1d78
commit b559118832
27 changed files with 248 additions and 116 deletions

View file

@ -90,7 +90,7 @@
<li>gracefully degrade on IE exceptions when setting invalid values</li>
<li>fixes for Typescript definition file</li>
<li>fixed bug in keys algorithm when mixing keyed and unkeyed elements <a href="https://github.com/lhorie/mithril.js/issues/246">#246</a></li>
<li>added promise exception monitor and reverted promise exception handling semantics to v0.1.19 semantics (see [mithril.deferred.html#unchecked-error-handling]</li>
<li>added promise exception monitor and reverted promise exception handling semantics to v0.1.19 semantics (see <a href="mithril.deferred.html#unchecked-error-handling">docs</a>)</li>
<li>fixed redraw scheduling bug in old version of IE</li>
<li>fixed incorrect diff when document is root, and html element is omitted</li>
<li>fixed querystring clobbering in links w/ config:m.route <a href="https://github.com/lhorie/mithril.js/issues/261">#261</a></li>