output layers again

This commit is contained in:
Konstantin Käfer 2011-01-21 16:16:29 -05:00
parent 3230af084e
commit 90ac51a804

View File

@ -370,7 +370,7 @@ mess.Renderer = function Renderer(env) {
}
var nl = new(mess.tree.Layer)(l);
// output.push(nl.toXML());
output.push(nl.toXML());
});
// TODO: must change when background colors are available