id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
52	painting	chofreither	somebody	"When you do something like

{{{
appendChildNodes('theform',
	map(partial(P, null), ['test1', 'test2']),
	P(null, 'test3')
);
}}}

the output is in the order test3, test1, test2 because when it encounters an array, appendChildNodes pushes its contents onto the end of the nodeStack (via iextend), which clearly is not the expected behavior."	task	closed	lowest	MochiKit 1.4	component1	1.0	blocker	fixed	painting	painting
