From 202f51c4efe2e5c2b79c5034319747038ec25ca0 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Mon, 27 Apr 2015 22:02:12 -0400 Subject: [PATCH] remove outdated warning --- docs/mithril.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/mithril.md b/docs/mithril.md index 8c736c57..b093353d 100644 --- a/docs/mithril.md +++ b/docs/mithril.md @@ -73,8 +73,6 @@ yields */ ``` -Be aware that when nesting virtual elements, the child elements must be in an Array. - --- The CSS selector syntax (e.g. `a#google.external[href='http://google.com']`) is meant to be used for declaring static attributes in the element, i.e. attribute values that don't change dynamically when the user interacts with the app.