diff --git a/wave/svg-edit.xml b/wave/svg-edit.xml index bb6aa42a..a8547e44 100644 --- a/wave/svg-edit.xml +++ b/wave/svg-edit.xml @@ -212,6 +212,36 @@ SVG-edit Google Wave Gadget @ 0 && c.push(", "); + if(f) + c.push(myPrintJson(j, b, g + 1)); + else { + c.push(h); + c.push(wave.util.toSpaces_(g)); + c.push("'" + i + "'" + ": "); + c.push(k); + c.push(myPrintJson(j, b, g + 1)) + } + } + if(!f) { + c.push(h); + c.push(wave.util.toSpaces_(g - 1)) + } + c.push(d.charAt(1)); + return c.join("") + } function sendDelta(svgCanvas, elem) { if (!wave) return;