Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save triptych/588224 to your computer and use it in GitHub Desktop.
Save triptych/588224 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