We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Requested by @Iheartweb see issue #145
The text was updated successfully, but these errors were encountered:
This should be done as decorator so that all elements are potentially draggable.
Sorry, something went wrong.
function DraggableDecorator( settings ){ return function( base ){ var $handle = settings.$handle; function start(){} function end(){} } }
jwong15
No branches or pull requests
Requested by @Iheartweb
see issue #145
The text was updated successfully, but these errors were encountered: