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

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

Issue 571453002: Correct indentation, JSDoc, etc... to comply with closure linter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 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: ui/file_manager/file_manager/foreground/js/directory_contents.js
diff --git a/ui/file_manager/file_manager/foreground/js/directory_contents.js b/ui/file_manager/file_manager/foreground/js/directory_contents.js
index dd275bd8a320311b03e5f812f3a359358bece825..42e8665211cfb56ffccf1d79e9d980a477647c9f 100644
--- a/ui/file_manager/file_manager/foreground/js/directory_contents.js
+++ b/ui/file_manager/file_manager/foreground/js/directory_contents.js
@@ -332,7 +332,7 @@ function FileFilter(metadataCache, showHidden) {
this.metadataCache_ = metadataCache;
/**
- * @type Object.<string, Function>
+ * @type {Object.<string, Function>}
* @private
*/
this.filters_ = {};
@@ -417,6 +417,7 @@ function FileListModel(metadataCache) {
/**
* Metadata cache.
* @type {MetadataCache}
+ * @private
*/
this.metadataCache_ = metadataCache;

Powered by Google App Engine
This is Rietveld 408576698