Skip to content

Instantly share code, notes, and snippets.

@patrick99e99
Created January 28, 2011 19:45
Show Gist options
  • Save patrick99e99/800822 to your computer and use it in GitHub Desktop.
Save patrick99e99/800822 to your computer and use it in GitHub Desktop.
Core.registerModule('utilities', function(sandbox) {
});
return {
init: function() {
sandbox.listen('make-draggables', this.makeDraggables, true);
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment