Fix wave sendDelta() function arguments

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@102 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2009-06-12 04:06:47 +00:00
parent 22696ec690
commit 23f642c4ee

View File

@@ -210,7 +210,8 @@ SVG-edit Google Wave Gadget @ <a href="http://svg-edit.googlecode.com/">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 = {};