Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draggable Decorator #95

Open
Iheartweb opened this issue Apr 18, 2012 · 2 comments
Open

Draggable Decorator #95

Iheartweb opened this issue Apr 18, 2012 · 2 comments
Assignees
Labels
Milestone

Comments

@Iheartweb
Copy link
Member

Requested by @Iheartweb
see issue #145

@Iheartweb
Copy link
Member Author

This should be done as decorator so that all elements are potentially draggable.

@Iheartweb
Copy link
Member Author

function DraggableDecorator( settings ){
  return function( base ){
    var $handle = settings.$handle;
    function start(){}
    function end(){}
  }
}

@ghost ghost assigned jwong15 Sep 9, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants