| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_command.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_command.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_command.js
|
| index a130e51a79b20a0739d6739e54233e72935c454b..1b8f2c8a8649ba157673e5106436a9425b9c59ea 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_command.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_command.js
|
| @@ -13,7 +13,7 @@ goog.provide('PanelCommandType');
|
| /**
|
| * Create one command to pass to the ChromeVox Panel.
|
| * @param {PanelCommandType} type The type of command.
|
| - * @param {string|{text: string, braille: string}=} opt_data
|
| + * @param {string|{groups:Array}=} opt_data
|
| * Optional data associated with the command.
|
| * @constructor
|
| */
|
|
|