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

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

Issue 8605001: Print Preview: Fixing code style issues reported by gsjlint. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebasing Created 9 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview/layout_settings.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview/color_settings.js
diff --git a/chrome/browser/resources/print_preview/color_settings.js b/chrome/browser/resources/print_preview/color_settings.js
index 37741ed7b8b9de8bf29b545c4ef14d6b788aabe9..b389d6b50584d4303f2d300fead20ec1e70b4ad2 100644
--- a/chrome/browser/resources/print_preview/color_settings.js
+++ b/chrome/browser/resources/print_preview/color_settings.js
@@ -46,7 +46,7 @@ cr.define('print_preview', function() {
*/
get colorMode() {
return this.bwRadioButton_.checked ?
- this.printerColorModelForBlack_:
+ this.printerColorModelForBlack_ :
this.printerColorModelForColor_;
},
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview/layout_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698