Skip to content

Commit

Permalink
Merge pull request #124 from unicef-polymer/fix-syntax-error
Browse files Browse the repository at this point in the history
Fix syntax error
  • Loading branch information
daniel-tabarcea authored Mar 21, 2018
2 parents a4f4766 + b71f2ba commit 5fa5d66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "etools-searchable-multiselection-menu",
"description": "Dropdown menu with search and multiple options selection",
"version": "2.2.13",
"version": "2.2.16",
"license": "https://github.com/unicef-polymer/etools-searchable-multiselection-menu/blob/master/LICENSE.md",
"main": "etools-searchable-multiselection-menu.html",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion etools-multi-selection-menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@
this.set('selectedItems', selectedItems);
}
},
_onPaperDropdownClose: function() {|
_onPaperDropdownClose: function() {
this._resetSearch();
if (this.autoValidate) {
this.validate(this.selectedValues);
Expand Down

0 comments on commit 5fa5d66

Please sign in to comment.