Skip to content

Instantly share code, notes, and snippets.

@simonwex
Created July 12, 2010 12:00
Show Gist options
  • Save simonwex/472396 to your computer and use it in GitHub Desktop.
Save simonwex/472396 to your computer and use it in GitHub Desktop.
...
Text2Screen.configure({
messageHandler: function(message){
var list = $('ul');
list.append("<li>" + message.message + "</li>");
Text2Screen.readyForMore();
}
});
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment