50
50
* "expander" as its argument. Once the loader has constructed the
51
51
* output Node or NodeList it wants to display ("output"), it calls
52
52
* expander.receive(output) to update the content node.
60
54
function Expander(icon_node, content_node, config) {
61
55
if (!Y.Lang.isObject(icon_node)) {