Skip to content

Commit

Permalink
Hide private method
Browse files Browse the repository at this point in the history
  • Loading branch information
Protoss78 committed Oct 15, 2016
1 parent a900b96 commit 9fee845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions country-select.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@
},
_selectedIndex: {
type: Number,
observer: 'changed'
observer: '_changed'
}
},
attached: function() {
this.loadResources(this.resolveUrl('countries.json'));
},
changed: function(value) {
_changed: function(value) {
this.set('selectedCountry', this._codes.codes[value]);
}
});
Expand Down

0 comments on commit 9fee845

Please sign in to comment.