| Index: chrome/browser/resources/chromeos/chromevox/common/editable_text_test.unitjs
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/common/editable_text_test.unitjs b/chrome/browser/resources/chromeos/chromevox/common/editable_text_test.unitjs
|
| index 2df3086d66bf05e9131605f155dadd60af914f20..0d00d79d04ffe52744ee25b4900a84973e7dfa7d 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/common/editable_text_test.unitjs
|
| +++ b/chrome/browser/resources/chromeos/chromevox/common/editable_text_test.unitjs
|
| @@ -16,14 +16,14 @@ function TestTts() {
|
|
|
| /**
|
| * The strings that were spoken since the last call to get().
|
| - * @type {Array.<string>}
|
| + * @type {Array<string>}
|
| */
|
| TestTts.prototype.strings;
|
|
|
| /**
|
| * Returns the list of strings spoken since the last time this method was
|
| * called, and then clears the list.
|
| - * @return {Array.<string>} The list of strings.
|
| + * @return {Array<string>} The list of strings.
|
| */
|
| TestTts.prototype.get = function() {
|
| var result = this.strings;
|
|
|