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

Unified Diff: chrome/browser/resources/print_preview/settings/destination_settings.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/settings/destination_settings.js
diff --git a/chrome/browser/resources/print_preview/settings/destination_settings.js b/chrome/browser/resources/print_preview/settings/destination_settings.js
index d2a60d5be1ed2a0eabf27329676b58e3131c69b9..9d4cc9bf3a35a32faa8d70c46054087ec845a73f 100644
--- a/chrome/browser/resources/print_preview/settings/destination_settings.js
+++ b/chrome/browser/resources/print_preview/settings/destination_settings.js
@@ -95,9 +95,8 @@ cr.define('print_preview', function() {
print_preview.DestinationStore.EventType.DESTINATION_SELECT,
this.onDestinationSelect_.bind(this));
this.tracker_.add(
- this.destinationStore_,
- print_preview.DestinationStore.EventType.
- CACHED_SELECTED_DESTINATION_INFO_READY,
+ this.destinationStore_, print_preview.DestinationStore.EventType
+ .CACHED_SELECTED_DESTINATION_INFO_READY,
this.onSelectedDestinationNameSet_.bind(this));
},
@@ -166,7 +165,5 @@ cr.define('print_preview', function() {
};
// Export
- return {
- DestinationSettings: DestinationSettings
- };
+ return {DestinationSettings: DestinationSettings};
});

Powered by Google App Engine
This is Rietveld 408576698