Skip to content

Commit 16f1cb0

Browse files
ne0-czLuděk Uiberlay
authored and
Luděk Uiberlay
committed
jquery.binding: fixed non-working widget method
1 parent e1a6558 commit 16f1cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery.binding.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
if (sortable) {
4343
if (options === 'widget') {
44-
return sortable;
44+
retVal = sortable;
4545
}
4646
else if (options === 'destroy') {
4747
sortable.destroy();

0 commit comments

Comments
 (0)