Skip to content

Commit 2fbc8b2

Browse files
committed
fix bug introduced by cleanup
1 parent 6936bb4 commit 2fbc8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/js/jquery-sortable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@
408408
this.options = $.extend( {}, containerDefaults, options)
409409

410410
this.group = ContainerGroup.get(this.options)
411-
this.rootGroup = this.options.rootGroup || this.group
411+
this.rootGroup = this.options.rootGroup = this.options.rootGroup || this.group
412412
this.parentContainer = this.options.parentContainer
413413
this.handle = this.rootGroup.options.handle || this.rootGroup.options.itemSelector
414414

0 commit comments

Comments
 (0)