From c3bb3e1390675045abc377e40f9e1be543f00c97 Mon Sep 17 00:00:00 2001 From: Jeff Schiller Date: Fri, 12 Jun 2009 04:42:02 +0000 Subject: [PATCH] More console logging for wave git-svn-id: http://svg-edit.googlecode.com/svn/trunk@106 eee81c28-f429-11dd-99c0-75d572ba1ddd --- wave/svg-edit.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/wave/svg-edit.xml b/wave/svg-edit.xml index cbfef788..7a38bd80 100644 --- a/wave/svg-edit.xml +++ b/wave/svg-edit.xml @@ -182,12 +182,13 @@ SVG-edit Google Wave Gadget @ http://s function stateUpdated() { var state = wave.getState(); var keys = state.getKeys(); + console.log("e="+e); + console.log("this="); + console.log(this); + console.log("state=" + state); + console.log("keys=" + keys); svgCanvas.each(function(e) { //alert(e); - console.log("e="+e); - console.log("this=" + this); - console.log("state=" + state); - console.log("keys=" + keys); var v = state.get(e.nodeId); if (v) { var ob;