Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: third_party/polymer/components/neon-animation/demo/tiles/circles-page.html

Issue 3010683002: Update Polymer components. (Closed)
Patch Set: Rebase Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/polymer/components/neon-animation/demo/tiles/circles-page.html
diff --git a/third_party/polymer/components/neon-animation/demo/tiles/circles-page.html b/third_party/polymer/components/neon-animation/demo/tiles/circles-page.html
index 70a4a75210f126294330b9db5c2cfc3e4e20e99b..79dc8e349ebe1137509fb2441486ca7f6c76add3 100644
--- a/third_party/polymer/components/neon-animation/demo/tiles/circles-page.html
+++ b/third_party/polymer/components/neon-animation/demo/tiles/circles-page.html
@@ -82,7 +82,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
},
_onClick: function(event) {
- var target = event.target;
+ var target = Polymer.dom(event).rootTarget;
if (target.classList.contains('circle')) {
// configure the page animation
this.sharedElements = {
« no previous file with comments | « third_party/polymer/components/neon-animation/bower.json ('k') | third_party/polymer/components/paper-behaviors/.bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698