From b71f2ba9c4e9b908299c6eec12bc3f66f91f1d46 Mon Sep 17 00:00:00 2001 From: daniel tabarcea Date: Wed, 21 Mar 2018 12:34:15 +0200 Subject: [PATCH] - fixed a syntax error - updated package version --- bower.json | 2 +- etools-multi-selection-menu.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 3fea66a..c8010e7 100644 --- a/bower.json +++ b/bower.json @@ -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": { diff --git a/etools-multi-selection-menu.html b/etools-multi-selection-menu.html index bda5431..694ea79 100644 --- a/etools-multi-selection-menu.html +++ b/etools-multi-selection-menu.html @@ -341,7 +341,7 @@ this.set('selectedItems', selectedItems); } }, - _onPaperDropdownClose: function() {| + _onPaperDropdownClose: function() { this._resetSearch(); if (this.autoValidate) { this.validate(this.selectedValues);