Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
add missing variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
NealJMD authored and osahyoun committed Feb 2, 2017
1 parent 8eeaf6f commit a9c8381
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -4,6 +4,7 @@ $(function(){
closeAfterSelect: true
});

var lastVal;
$('.selectize-container--clear-on-open').selectize({
onDropdownOpen: function() {
lastVal = this.getValue();
Expand Down

0 comments on commit a9c8381

Please sign in to comment.