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