Various code cleanup.

This commit is contained in:
James Cole
2019-02-16 08:05:48 +01:00
parent 59fdf5b77a
commit e0aa7f3ff5
15 changed files with 761 additions and 750 deletions

View File

@@ -795,7 +795,7 @@
}
$options.push(this.getOptionByValue(value));
}, this))
}, this));
// Cannot use select or deselect here because it would call updateOptGroups again.
@@ -1548,7 +1548,7 @@
* Update opt groups.
*/
updateOptGroups: function () {
var $groups = $('li.multiselect-group', this.$ul)
var $groups = $('li.multiselect-group', this.$ul);
var selectedClass = this.options.selectedClass;
$groups.each(function () {