Skip to content

Commit

Permalink
fixed sending message object with requestSendMessage rpc call in defa…
Browse files Browse the repository at this point in the history
…ult opensocial container implementation

git-svn-id: https://svn.apache.org/repos/asf/shindig/trunk@1175166 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Bastian Hofmann committed Sep 24, 2011
1 parent 037fb67 commit 50f6dfc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -100,7 +100,7 @@ opensocial.Container.prototype.getEnvironment = function() {};
opensocial.Container.prototype.requestSendMessage = function(recipients,
message, opt_callback, opt_params) {
gadgets.rpc.call(null, 'requestSendMessage', opt_callback, recipients,
message, opt_callback, opt_params);
message.toJsonObject(), opt_callback, opt_params);
};


Expand Down

0 comments on commit 50f6dfc

Please sign in to comment.