Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / print_preview / data / ticket_items / color.js
index e3d5238..f34d28e 100644 (file)
@@ -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