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

Unified Diff: ui/file_manager/file_manager/foreground/js/file_selection.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/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 42eca37c48dff677aa7a8beaf9a0298d5ebda9d0..6b957b3f9a4b1df487324bdeacb4450f40fa8cfd 100644
--- a/ui/file_manager/file_manager/foreground/js/file_selection.js
+++ b/ui/file_manager/file_manager/foreground/js/file_selection.js
@@ -71,7 +71,7 @@ FileSelection.prototype.createTasks = function(callback) {
this.fileManager_.metadataCache_.get(
this.entries, 'external', function(props) {
var present = props.filter(function(p) {
- return p && p.availableOffline
+ return p && p.availableOffline;
});
this.allDriveFilesPresent = present.length == props.length;

Powered by Google App Engine
This is Rietveld 408576698