Skip to content

Commit d74a240

Browse files
committed
fix bracket missing
1 parent 89acbee commit d74a240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery.selectBox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
for (var i = 0; i < classes.length; i++) {
336336
options.addClass(classes[i] + '-selectBox-dropdown-menu');
337337
}
338-
}
338+
339339
}
340340
this.disableSelection(options);
341341
return options;

0 commit comments

Comments
 (0)