Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / print_preview / data / ticket_items / color.js
index f34d28e..11ddd7f 100644 (file)
@@ -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
      */