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

Unified Diff: ui/file_manager/file_manager/foreground/js/import_controller.js

Issue 937093002: Files.app: Fix closure compiler error in import_controller.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/js/import_controller.js
diff --git a/ui/file_manager/file_manager/foreground/js/import_controller.js b/ui/file_manager/file_manager/foreground/js/import_controller.js
index 090d220c6abc710337ecf41a7cca83063b27a72e..fac4e6d4fdac8a8a6a74f7b0820afa5fe18024df 100644
--- a/ui/file_manager/file_manager/foreground/js/import_controller.js
+++ b/ui/file_manager/file_manager/foreground/js/import_controller.js
@@ -440,7 +440,7 @@ importer.ClickSource = {
*/
importer.RuntimeCommandWidget = function() {
- /** @private {Element} */
+ /** @private {HTMLElement} */
this.detailsPanel_ = document.getElementById('cloud-import-details');
this.detailsPanel_.addEventListener(
'transitionend',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698