| Index: chrome/browser/resources/chromeos/chromevox/host/chrome/tts.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/host/chrome/tts.js b/chrome/browser/resources/chromeos/chromevox/host/chrome/tts.js
|
| index 6d466a5288534ae56b106ecc61a8a90fc72b31bf..c23038d38c1cb7c5fcbb99d30b4f238fd91dfcd9 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/host/chrome/tts.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/host/chrome/tts.js
|
| @@ -32,7 +32,7 @@ cvox.ChromeTts.callId = 1;
|
|
|
| /**
|
| * Maps call ids to callback functions.
|
| - * @type {Object.<number, Function>}
|
| + * @type {Object<number, Function>}
|
| */
|
| cvox.ChromeTts.functionMap = new Object();
|
|
|
|
|