Trying wave.Participant().getId() for a unique prefix

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@126 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Jeff Schiller 2009-06-12 13:48:11 +00:00
parent f80d1955aa
commit 4965ba1760
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ SVG-edit Google Wave Gadget @ <a href="http://svg-edit.googlecode.com/" target="
} }
function setupId() { function setupId() {
svgCanvas.setIdPrefix("svg_"+wave.getViewer().getId()+"_"); svgCanvas.setIdPrefix("svg_"+wave.Participant().getId()+"_");
} }
function main() { function main() {