...aaaand use it

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@123 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Jeff Schiller 2009-06-12 12:58:00 +00:00
parent d1795000f0
commit 01a6b0a12a
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ SVG-edit Google Wave Gadget @ <a href="http://svg-edit.googlecode.com/" target="
}
var ob = { element: elem.nodeName, attr: attrs };
// printJson seems to have a problem not quoting keys like 'stroke-width'
delta[elem.id] = wave.util.printJson(ob, true);
delta[elem.id] = myPrintJson(ob, true);
wave.getState().submitDelta(delta);
}