Browse Source

Merge pull request #831 from ne0-cz/jquery-binding-fix

jquery.binding: fixed non-working widget method
pull/832/head
Lebedev Konstantin 9 years ago committed by GitHub
parent
commit
369ae8dc54
  1. 2
      jquery.binding.js

2
jquery.binding.js

@ -41,7 +41,7 @@
if (sortable) {
if (options === 'widget') {
return sortable;
retVal = sortable;
}
else if (options === 'destroy') {
sortable.destroy();

Loading…
Cancel
Save