We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608ce75 commit a88ca97Copy full SHA for a88ca97
jquery.selectBox.js
@@ -194,7 +194,7 @@ if(jQuery) (function($) {
194
.show()
195
.appendTo('body');
196
tmp.find('.selectBox-options').html('<li><a>\u00A0</a></li>');
197
- optionHeight = parseInt(tmp.find('.selectBox-options A:first').html(' ').outerHeight());
+ var optionHeight = parseInt(tmp.find('.selectBox-options A:first').html(' ').outerHeight());
198
tmp.remove();
199
200
control.height(optionHeight * size);
0 commit comments