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

Unified Diff: components/proximity_auth/webui/resources/device-list.js

Issue 1150173003: Fix some JS style nits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 7 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: components/proximity_auth/webui/resources/device-list.js
diff --git a/components/proximity_auth/webui/resources/device-list.js b/components/proximity_auth/webui/resources/device-list.js
index 23e79183b483f6508f2bbb9ca93b03088b5ebd4c..ad0854cb4b018e3fcfe0f6b6eb81a86cc030ecdd 100644
--- a/components/proximity_auth/webui/resources/device-list.js
+++ b/components/proximity_auth/webui/resources/device-list.js
@@ -12,7 +12,7 @@ Polymer('device-list', {
/**
* Info of the devices contained in the list.
- * @type {Array.<DeviceInfo>}
+ * @type {Array<DeviceInfo>}
*/
devices: null
},

Powered by Google App Engine
This is Rietveld 408576698