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

Bugfix in jquery.binding.js #566

Merged
merged 1 commit into from
Sep 21, 2015
Merged

Bugfix in jquery.binding.js #566

merged 1 commit into from
Sep 21, 2015

Conversation

medonja
Copy link

@medonja medonja commented Sep 21, 2015

I have found a bug in the jquery binding. The arguments variable which was used to pass the function arguments to apply(...) is coming from the $.each handler function, and therefore doesn't contain the actual function call arguments.
This patch should fix the bug.

RubaXa added a commit that referenced this pull request Sep 21, 2015
Bugfix in jquery.binding.js
@RubaXa RubaXa merged commit 4524cd8 into SortableJS:dev Sep 21, 2015
@RubaXa
Copy link
Collaborator

RubaXa commented Sep 21, 2015

Thx a lot!

@RubaXa RubaXa added the bug label Sep 21, 2015
@medonja
Copy link
Author

medonja commented Sep 21, 2015

Anytime! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants