diff --git a/wave/svg-edit.xml b/wave/svg-edit.xml index 56ecd953..2114a7cf 100644 --- a/wave/svg-edit.xml +++ b/wave/svg-edit.xml @@ -210,8 +210,7 @@ SVG-edit Google Wave Gadget @ http://s } } - // the 'changed' callback only takes one argument (the element that has changed) - function sendDelta(elem) { + function sendDelta(svgCanvas, elem) { if (!wave) return; var delta = {}; var attrs = {};