Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ui / file_manager / file_manager / foreground / js / ui / preview_panel.js
index 119e8ba..65fcad8 100644 (file)
@@ -412,7 +412,7 @@ PreviewPanel.Thumbnails.prototype = {
 
   /**
    * Set visibility of the thumbnails.
-   * @param {boolean} hidden Whether to hide the thumbnails or not.
+   * @param {boolean} value Whether to hide the thumbnails or not.
    */
   set hidden(value) {
     this.element_.hidden = value;