Commit 56e9c7d7 authored by oshima's avatar oshima Committed by Commit bot

Fix closure compilation

BUG=None

Review URL: https://codereview.chromium.org/1150723004

Cr-Commit-Position: refs/heads/master@{#330858}
parent 2ec417ad
...@@ -127,13 +127,13 @@ cr.define('options', function() { ...@@ -127,13 +127,13 @@ cr.define('options', function() {
*/ */
mirroring_: false, mirroring_: false,
/* /**
* Whether the unified desktop is enable or not. * Whether the unified desktop is enable or not.
* @private * @private
*/ */
unifiedDesktopEnabled_: false, unifiedDesktopEnabled_: false,
/* /**
* Whether the unified desktop option should be present. * Whether the unified desktop option should be present.
* @private * @private
*/ */
...@@ -965,7 +965,7 @@ cr.define('options', function() { ...@@ -965,7 +965,7 @@ cr.define('options', function() {
/** /**
* Called when the display arrangement has changed. * Called when the display arrangement has changed.
* @param {options.MultiDisplayMode} multi display mode. * @param {options.MultiDisplayMode} mode multi display mode.
* @param {Array<options.DisplayInfo>} displays The list of the display * @param {Array<options.DisplayInfo>} displays The list of the display
* information. * information.
* @param {options.SecondaryDisplayLayout} layout The layout strategy. * @param {options.SecondaryDisplayLayout} layout The layout strategy.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment