Browse Source

jquery.binding: fixed non-working widget method

pull/831/head
Luděk Uiberlay 9 years ago committed by Luděk Uiberlay
parent
commit
16f1cb03e0
  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