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

Unified Diff: chrome/browser/resources/print_preview/print_preview_focus_manager.js

Issue 2617663002: WIP: run clang-format-js on lots of things (Closed)
Patch Set: merge Created 3 years, 11 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: chrome/browser/resources/print_preview/print_preview_focus_manager.js
diff --git a/chrome/browser/resources/print_preview/print_preview_focus_manager.js b/chrome/browser/resources/print_preview/print_preview_focus_manager.js
index b5d74efdc21becda696c0e1517ffdbe2b0efe5ad..5b997ef3441e53b1cb139b316415fa5d019a24fb 100644
--- a/chrome/browser/resources/print_preview/print_preview_focus_manager.js
+++ b/chrome/browser/resources/print_preview/print_preview_focus_manager.js
@@ -11,8 +11,7 @@ cr.define('print_preview', function() {
* @constructor
* @extends {cr.ui.FocusManager}
*/
- function PrintPreviewFocusManager() {
- };
+ function PrintPreviewFocusManager(){};
cr.addSingletonGetter(PrintPreviewFocusManager);
@@ -30,7 +29,5 @@ cr.define('print_preview', function() {
};
// Export
- return {
- PrintPreviewFocusManager: PrintPreviewFocusManager
- };
+ return {PrintPreviewFocusManager: PrintPreviewFocusManager};
});

Powered by Google App Engine
This is Rietveld 408576698