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>