Hi.

I use feature MiniMessage for debugging.
this way:

var minimsg = new gadgets.MiniMessage
("meetingtime",document.getElementById("debug"));
console = { log: function(text) { minimsg.createStaticMessage
(text); } };
console.log("Gadget loaded, hope it works");

the console is global object.  i just used to firebug console.

And in debug element i see message appearing after all mine:
"Unknown RPC service: onInitialized"

what does it mean and how does it appear in my debug?
something calls console.log from outside of my code.
something tries to use some strange RPC.
who might it be?

--

You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=.


Reply via email to