Skip to content

Commit

Permalink
Merge branch 'hotfix/2.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilujD committed Dec 12, 2017
2 parents 21809b6 + b40a75f commit b9c8ed5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paper-autocomplete-input",
"version": "2.1.0",
"version": "2.1.1",
"authors": [
"Julien Collard <[email protected]> (http://neilujd.com)"
],
Expand Down
3 changes: 1 addition & 2 deletions paper-autocomplete-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -573,11 +573,10 @@

ready: function () {
var template = Polymer.dom(this).querySelector('template:not(#defaultTemplate)');
var dataHost = this.parentNode;
var dataHost = this;

if (!template) {
template = this.$.defaultTemplate;
dataHost = this;
}

this.set("_itemTemplate", template);
Expand Down

0 comments on commit b9c8ed5

Please sign in to comment.