Skip to content

Commit

Permalink
Fix tiles demo (PolymerElements#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
robdodson authored and addyosmani committed Sep 8, 2016
1 parent bd4f50c commit 6478683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/tiles/circles-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
},

_onClick: function(event) {
var target = event.target;
var target = Polymer.dom(event).rootTarget;
if (target.classList.contains('circle')) {
// configure the page animation
this.sharedElements = {
Expand Down

0 comments on commit 6478683

Please sign in to comment.