We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a6558 commit 16f1cb0Copy full SHA for 16f1cb0
jquery.binding.js
@@ -41,7 +41,7 @@
41
42
if (sortable) {
43
if (options === 'widget') {
44
- return sortable;
+ retVal = sortable;
45
}
46
else if (options === 'destroy') {
47
sortable.destroy();
0 commit comments