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

Unified Diff: components/proximity_auth/webui/resources/log-panel.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/log-panel.js
diff --git a/components/proximity_auth/webui/resources/log-panel.js b/components/proximity_auth/webui/resources/log-panel.js
index b60b85a8f0a0b0d2455863a643b6eb649ba6ded5..0475a55c0b46bad75ccbe74dca347a70d5c206e1 100644
--- a/components/proximity_auth/webui/resources/log-panel.js
+++ b/components/proximity_auth/webui/resources/log-panel.js
@@ -6,7 +6,7 @@ Polymer('log-panel', {
publish: {
/**
* List of displayed logs.
- * @type {Array.<{{
+ * @type {Array<{{
* text: string,
* date: string,
* source: string
« no previous file with comments | « components/proximity_auth/webui/resources/log-buffer.js ('k') | ios/chrome/browser/find_in_page/resources/find_in_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698