Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2873)

Unified Diff: chrome/browser/resources/options/chromeos/bluetooth_pair_device_overlay.js

Issue 917093003: Shorten Closure template notation from Array.<*> to Array<*>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove cvox Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/chromeos/bluetooth_pair_device_overlay.js
diff --git a/chrome/browser/resources/options/chromeos/bluetooth_pair_device_overlay.js b/chrome/browser/resources/options/chromeos/bluetooth_pair_device_overlay.js
index 35c5b20e91d74703a294ebe3ca367ff0cd7be0c9..63b9ee4a7086685b12756a241f15d9d43a051d26 100644
--- a/chrome/browser/resources/options/chromeos/bluetooth_pair_device_overlay.js
+++ b/chrome/browser/resources/options/chromeos/bluetooth_pair_device_overlay.js
@@ -27,7 +27,7 @@ cr.define('options', function() {
/**
* List of IDs for conditionally visible elements in the dialog.
- * @type {Array.<string>}
+ * @type {Array<string>}
* @const
*/
var ELEMENTS = ['bluetooth-pairing-passkey-display',
@@ -233,7 +233,7 @@ cr.define('options', function() {
/**
* Updates the visibility of elements in the dialog.
- * @param {Array.<string>} list List of conditionally visible elements that
+ * @param {Array<string>} list List of conditionally visible elements that
* are to be made visible.
* @private
*/

Powered by Google App Engine
This is Rietveld 408576698