From 189fa8e7ce353703ee458f10762329b03f53d716 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Thu, 20 Mar 2014 12:10:03 -0400 Subject: [PATCH] update build --- archive/v0.1/mithril.html | 4 ++-- archive/v0.1/mithril.min.zip | Bin 19855 -> 19855 bytes archive/v0.1/mithril.route.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/archive/v0.1/mithril.html b/archive/v0.1/mithril.html index e6b6cfb3..13008181 100644 --- a/archive/v0.1/mithril.html +++ b/archive/v0.1/mithril.html @@ -182,7 +182,7 @@ m("a[href='/dashboard']", {config: m.route}, "Dashboard&q where: VirtualElement :: Object { String tag, Attributes attributes, Children children } - Attributes :: Object<any | void config(DOMElement element, Boolean isNew)> + Attributes :: Object<any | void config(DOMElement element, Boolean isInitialized)> Children :: String text | Array<String text | VirtualElement virtualElement | Children children>