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

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

Issue 673573002: Files.app: Move fileNameInput element under the dialogFooter class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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: ui/file_manager/file_manager/foreground/js/file_selection.js
diff --git a/ui/file_manager/file_manager/foreground/js/file_selection.js b/ui/file_manager/file_manager/foreground/js/file_selection.js
index 468364a657b7c5582aec4f31f0ece92daf259eee..7d0538775095c6b6dd082ba6a23b7a656b46a2ce 100644
--- a/ui/file_manager/file_manager/foreground/js/file_selection.js
+++ b/ui/file_manager/file_manager/foreground/js/file_selection.js
@@ -160,7 +160,7 @@ function FileSelectionHandler(fileManager) {
this.fileManager_ = fileManager;
// TODO(dgozman): create a shared object with most of UI elements.
this.okButton_ = fileManager.ui.dialogFooter.okButton;
- this.filenameInput_ = fileManager.filenameInput_;
+ this.filenameInput_ = fileManager.ui.dialogFooter.filenameInput;
this.previewPanel_ = fileManager.previewPanel_;
this.taskItems_ = fileManager.taskItems_;
}

Powered by Google App Engine
This is Rietveld 408576698