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 e3d52381b838ddf188866fb867db48e3b8c8c1b1..f34d28ecc10e7bc77bad390d45171042a78f50d4 100644 |
--- a/chrome/browser/resources/print_preview/data/ticket_items/color.js |
+++ b/chrome/browser/resources/print_preview/data/ticket_items/color.js |
@@ -23,13 +23,13 @@ cr.define('print_preview.ticket_items', function() { |
destinationStore); |
}; |
- /* |
+ /** |
* @private {!Array.<string>} List of capability types considered color. |
* @const |
*/ |
Color.COLOR_TYPES_ = ['STANDARD_COLOR', 'CUSTOM_COLOR']; |
- /* |
+ /** |
* @private {!Array.<string>} List of capability types considered monochrome. |
* @const |
*/ |
@@ -114,7 +114,7 @@ cr.define('print_preview.ticket_items', function() { |
}, |
/** |
- * @param options {!Array.<!Object.<{type: string=, is_default: boolean=}>> |
+ * @param {!Array.<!Object.<{type: string=, is_default: boolean=}>>} options |
* @return {Object.<{type: string=, is_default: boolean=}>} Default color |
* option of the given list. |
* @private |