Skip to content

Commit 21c61cf

Browse files
author
ehynds
committed
Fix a missing property. Fixes #382
1 parent e7b973d commit 21c61cf

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
@@ -661,7 +661,7 @@
661661

662662
// use the position utility if it exists and options are specifified
663663
if($.ui.position && !$.isEmptyObject(o.position)) {
664-
o.position.of = o.position.of || button;
664+
o.position.of = o.position.of || this.button;
665665

666666
this.menu
667667
.show()

0 commit comments

Comments
 (0)