Skip to content

Instantly share code, notes, and snippets.

@miraglia
Created September 1, 2010 04:30
Show Gist options
  • Save miraglia/560226 to your computer and use it in GitHub Desktop.
Save miraglia/560226 to your computer and use it in GitHub Desktop.
Y.use('dd-drag', function(Y) {
var dd = new Y.DD.Drag({
node: '#foo'
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment