Skip to content

Instantly share code, notes, and snippets.

@CrypticSwarm
Created June 1, 2009 15:57
Show Gist options
  • Save CrypticSwarm/121564 to your computer and use it in GitHub Desktop.
Save CrypticSwarm/121564 to your computer and use it in GitHub Desktop.
window.addEvent('domready', function(){
var client = new APE.Move({'container':$('ape_master_container')});
client.load({
'domain':APE.Config.domain,
'server':APE.Config.server,
'identifier':'movedemo',
'channel':'move',
'complete':function(ape){
ape.start([rand_chars()]);
},
'scripts': APE.Config.scripts //Scripts to load for APE JSF
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment