add comment

This commit is contained in:
patrick kim 2014-01-06 19:17:09 +09:00
parent c538a90a14
commit 454374276f

View file

@ -248,6 +248,7 @@ impl Box {
nearest_ancestor_element.parent_node().expect("no nearest element?!");
}
// Anonymous box: inheriting from the ancestor with no specified declarations.
Arc::new(cascade(&[Arc::new(~[])],
Some(nearest_ancestor_element.style().get())))
};