Entry 870
Meebo Sample
Submitted by Ian Wilson
on June 26, 2008 at 6:07 a.m.
Language: JavaScript. Code size: 310 bytes.
sendMsg: function(args, msgType, to) { var el = meebo.get(); if (!el) { return; } var msg = args; if (msgType == meebo.MSG_TYPE_APP) { msg = meebo.getObjectAsString(args); } el.sendMsg(msg, msgType, to.replace(/\\/g, '\\\\')); },
This snippet took 0.00 seconds to highlight.
Back to the Entry List or Home.