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

Unified Diff: ui/file_manager/file_manager/foreground/elements/files_toast.js

Issue 2602693002: Files app: Compile custom elements. (Closed)
Patch Set: Address review comments. Created 4 years 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: ui/file_manager/file_manager/foreground/elements/files_toast.js
diff --git a/ui/file_manager/file_manager/foreground/elements/files_toast.js b/ui/file_manager/file_manager/foreground/elements/files_toast.js
index 63a35e77fa8f2ef84db231c4dc9fc1ef77500441..e7a7a34de5873f5664087b5adcfe4466d16743d7 100644
--- a/ui/file_manager/file_manager/foreground/elements/files_toast.js
+++ b/ui/file_manager/file_manager/foreground/elements/files_toast.js
@@ -42,12 +42,12 @@ var FilesToast = Polymer({
this.generationId_ = 0;
/**
- * @private {AnimationPlayer}
+ * @private {Animation}
*/
this.enterAnimationPlayer_ = null;
/**
- * @private {AnimationPlayer}
+ * @private {Animation}
*/
this.hideAnimationPlayer_ = null;
},

Powered by Google App Engine
This is Rietveld 408576698