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

Unified Diff: ui/webui/resources/js/cr/ui/bubble_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/bubble_button.js
diff --git a/ui/webui/resources/js/cr/ui/bubble_button.js b/ui/webui/resources/js/cr/ui/bubble_button.js
index fa1d8a88b31e80988a183a38abe80236397f98b1..a5901e59ab76140146694523198f059a9e10e31b 100644
--- a/ui/webui/resources/js/cr/ui/bubble_button.js
+++ b/ui/webui/resources/js/cr/ui/bubble_button.js
@@ -88,7 +88,5 @@ cr.define('cr.ui', function() {
};
// Export.
- return {
- BubbleButton: BubbleButton
- };
+ return {BubbleButton: BubbleButton};
});

Powered by Google App Engine
This is Rietveld 408576698