Trying wave.Participant().getId() for a unique prefix
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@126 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
f80d1955aa
commit
4965ba1760
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue