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

Unified Diff: ui/file_manager/file_manager/foreground/js/commandbutton.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/commandbutton.js
diff --git a/ui/file_manager/file_manager/foreground/js/commandbutton.js b/ui/file_manager/file_manager/foreground/js/commandbutton.js
index b6f2b916cd37ff0d8a6de5fc5642b6faec86f55a..6e5606ee9fa346b9e94035821c523b17c74c9e73 100644
--- a/ui/file_manager/file_manager/foreground/js/commandbutton.js
+++ b/ui/file_manager/file_manager/foreground/js/commandbutton.js
@@ -14,7 +14,7 @@
* @constructor
* @extends {HTMLDivElement}
*/
- var CommandButton = cr.ui.define('button');
+var CommandButton = cr.ui.define('button');
/** @override */
CommandButton.prototype.__proto__ = HTMLButtonElement.prototype;
« no previous file with comments | « ui/file_manager/file_manager/common/js/util.js ('k') | ui/file_manager/file_manager/foreground/js/directory_contents.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698