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

Unified Diff: chrome/browser/resources/print_preview/data/ticket_items/color.js

Issue 575333002: Compile print_preview, part 2: reduce down to 260 errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@I_print_preview
Patch Set: revert movement of enums: now handle in compiler pass Created 6 years, 3 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/data/ticket_items/color.js
diff --git a/chrome/browser/resources/print_preview/data/ticket_items/color.js b/chrome/browser/resources/print_preview/data/ticket_items/color.js
index f34d28ecc10e7bc77bad390d45171042a78f50d4..11ddd7fc2237220ebaa613a5566eadb6a1d7a996 100644
--- a/chrome/browser/resources/print_preview/data/ticket_items/color.js
+++ b/chrome/browser/resources/print_preview/data/ticket_items/color.js
@@ -114,8 +114,10 @@ cr.define('print_preview.ticket_items', function() {
},
/**
- * @param {!Array.<!Object.<{type: string=, is_default: boolean=}>>} options
- * @return {Object.<{type: string=, is_default: boolean=}>} Default color
+ * @param {!Array.<!Object.<{type: (string|undefined),
+ * is_default: (boolean|undefined)}>>} options
+ * @return {Object.<{type: (string|undefined),
+ * is_default: (boolean|undefined)}>} Default color
* option of the given list.
* @private
*/

Powered by Google App Engine
This is Rietveld 408576698