Hi,
i got the project in the trunk, but the pubsub sample doesn't work:
http://localhost:8080/gadgets/files/container/sample-pubsub.html
I saw that the "rpc call" has different args in the function definition:
features/rpc/rpc.js:
call: function(targetId, serviceName, callback, var_args) {
features/pubsub/pubsub.js:
gadgets.rpc.call('..', 'pubsub', null, 'publish', channel, message);
What can I do to it work in this version and in the future versions?
--
You received this message because you are subscribed to the Google Groups
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/Google-Gadgets-API?hl=en.