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

Unified Diff: components/proximity_auth/webui/resources/log-buffer.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-buffer.js
diff --git a/components/proximity_auth/webui/resources/log-buffer.js b/components/proximity_auth/webui/resources/log-buffer.js
index 71b393b5b961d13f0ccb4e4a8d29c3305662559f..82710d6a0ad4b4a7beb962d012d5c79d9d9c088e 100644
--- a/components/proximity_auth/webui/resources/log-buffer.js
+++ b/components/proximity_auth/webui/resources/log-buffer.js
@@ -6,7 +6,7 @@ Polymer('log-buffer', {
publish: {
/**
* List of displayed logs.
- * @type {?Array.<{{
+ * @type {?Array<{{
* text: string,
* time: string,
* file: string,
@@ -68,7 +68,7 @@ LogBufferInterface = {
/**
* Called in response to chrome.send('getLogMessages') with the log messages
* currently in the buffer.
- * @type {function(Array.<LogMessage>)}
+ * @type {function(Array<LogMessage>)}
*/
onGotLogMessages: function(messages) {},
};
« no previous file with comments | « components/proximity_auth/webui/resources/device-list.js ('k') | components/proximity_auth/webui/resources/log-panel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698