Skip to content

Commit c7ccd27

Browse files
Update jquery.multiselect.js
changed incorrect option value of o.appendMenuTo to correct option value o.appendTo
1 parent 1481ee5 commit c7ccd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.multiselect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
menu = (this.menu = $('<div />'))
7070
.addClass('ui-multiselect-menu ui-widget ui-widget-content ui-corner-all')
7171
.addClass(o.classes)
72-
.appendTo(o.appendMenuTo),
72+
.appendTo(o.appendTo),
7373

7474
header = (this.header = $('<div />'))
7575
.addClass('ui-widget-header ui-corner-all ui-multiselect-header ui-helper-clearfix')

0 commit comments

Comments
 (0)