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

Unified Diff: ui/file_manager/file_manager/foreground/js/ui/search_box.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/ui/search_box.js
diff --git a/ui/file_manager/file_manager/foreground/js/ui/search_box.js b/ui/file_manager/file_manager/foreground/js/ui/search_box.js
index 6eabb09cb37b0d8cd9c8ea23cd9e0c29f3791e57..8ca1040ed8e96aa65c1687d1e137f3767d5be854 100644
--- a/ui/file_manager/file_manager/foreground/js/ui/search_box.js
+++ b/ui/file_manager/file_manager/foreground/js/ui/search_box.js
@@ -195,5 +195,5 @@ SearchBox.prototype.onDragEnd_ = function() {
*/
SearchBox.prototype.updateStyles_ = function() {
this.element.classList.toggle('has-text',
- !!this.inputElement.value);
+ !!this.inputElement.value);
};

Powered by Google App Engine
This is Rietveld 408576698