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

Unified Diff: third_party/polymer/v1_0/components-chromium/paper-ripple/paper-ripple-extracted.js

Issue 2355883003: Roll PolymerElements/paper-ripple, 1.0.8 -> 1.0.9 (Closed)
Patch Set: Created 4 years, 3 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/v1_0/components-chromium/paper-ripple/paper-ripple-extracted.js
diff --git a/third_party/polymer/v1_0/components-chromium/paper-ripple/paper-ripple-extracted.js b/third_party/polymer/v1_0/components-chromium/paper-ripple/paper-ripple-extracted.js
index ee1afff6e965c54f303f9c94e63f7e79bdc90196..d4c41ad0f92ebf48eec311e6c4a24c2115d17c53 100644
--- a/third_party/polymer/v1_0/components-chromium/paper-ripple/paper-ripple-extracted.js
+++ b/third_party/polymer/v1_0/components-chromium/paper-ripple/paper-ripple-extracted.js
@@ -542,6 +542,11 @@
}
},
+ /**
+ * This conflicts with Element#antimate().
+ * https://developer.mozilla.org/en-US/docs/Web/API/Element/animate
+ * @suppress {checkTypes}
+ */
animate: function() {
if (!this._animating) {
return;
« no previous file with comments | « third_party/polymer/v1_0/components-chromium/paper-ripple/bower.json ('k') | third_party/polymer/v1_0/components_summary.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698