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

Unified Diff: ui/webui/resources/js/cr/ui/context_menu_button.js

Issue 2597013002: Run clang-format on ui/webui/resources (Closed)
Patch Set: remove cr_shared_menu.js Created 4 years 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/webui/resources/js/cr/ui/context_menu_button.js
diff --git a/ui/webui/resources/js/cr/ui/context_menu_button.js b/ui/webui/resources/js/cr/ui/context_menu_button.js
index 51d1b52f57fb36ab2be96c435bc847b5afc23ebe..aadf8405c95b80559c92ef0005f4b97e4ba9d3da 100644
--- a/ui/webui/resources/js/cr/ui/context_menu_button.js
+++ b/ui/webui/resources/js/cr/ui/context_menu_button.js
@@ -86,7 +86,5 @@ cr.define('cr.ui', function() {
};
// Export
- return {
- ContextMenuButton: ContextMenuButton
- };
+ return {ContextMenuButton: ContextMenuButton};
});

Powered by Google App Engine
This is Rietveld 408576698