Skip to content

Commit c98971b

Browse files
committed
Added menuWidth to the _setOption function.
1 parent 1f4db1f commit c98971b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/jquery.multiselect.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,7 @@
729729
menu.find('ul').last().height(parseInt(value, 10));
730730
break;
731731
case 'minWidth':
732+
case 'menuWidth':
732733
this.options[key] = parseInt(value, 10);
733734
this._setButtonWidth();
734735
this._setMenuWidth();

0 commit comments

Comments
 (0)