click -> tap

This commit is contained in:
Paulus Schoutsen
2016-01-13 00:31:38 -08:00
parent 1ab2eb356e
commit b9631fac6e
12 changed files with 22 additions and 40 deletions

View File

@@ -40,7 +40,7 @@ export default new Polymer({
},
listeners: {
'click': 'badgeTap',
'tap': 'badgeTap',
},
badgeTap(ev) {