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 = { |