| Index: chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js b/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js
|
| index 11e4a83705fdf390bf5e4ad66368835236722c9a..21682f724433dccbc9109ebbb9d8c2a668c95314 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js
|
| @@ -141,7 +141,7 @@ cvox.ChromeVoxBackground.prototype.init = function() {
|
|
|
| /**
|
| * Inject ChromeVox into a tab.
|
| - * @param {Array.<Tab>} tabs The tab where ChromeVox scripts should be injected.
|
| + * @param {Array<Tab>} tabs The tab where ChromeVox scripts should be injected.
|
| */
|
| cvox.ChromeVoxBackground.prototype.injectChromeVoxIntoTabs = function(tabs) {
|
| var listOfFiles;
|
|
|