Skip to content

Commit

Permalink
empty liObj on refresh (fix snapappointments#1060)
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyjhol committed Jun 12, 2015
1 parent 0f62a58 commit c94b72a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/bootstrap-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -1519,6 +1519,7 @@

refresh: function () {
this.$lis = null;
this.liObj = {};
this.reloadLi();
this.render();
this.checkDisabled();
Expand Down

0 comments on commit c94b72a

Please sign in to comment.