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

Unified Diff: chrome/browser/resources/gaia_auth_host/post_message_channel.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: chrome/browser/resources/gaia_auth_host/post_message_channel.js
diff --git a/chrome/browser/resources/gaia_auth_host/post_message_channel.js b/chrome/browser/resources/gaia_auth_host/post_message_channel.js
index b63f93b20391bba911cadee173aae42f32eadfae..5ab4c79da82c0da573b9b85d831c23cd2d9392fe 100644
--- a/chrome/browser/resources/gaia_auth_host/post_message_channel.js
+++ b/chrome/browser/resources/gaia_auth_host/post_message_channel.js
@@ -14,7 +14,7 @@
var PostMessageChannel = (function() {
/**
* Allowed origins of the hosting page.
- * @type {Array.<string>}
+ * @type {Array<string>}
*/
var ALLOWED_ORIGINS = [
'chrome://oobe',
@@ -78,7 +78,7 @@ var PostMessageChannel = (function() {
/**
* Channle Id to port map.
- * @type {Object.<number, PostMessagePort>}
+ * @type {Object<number, PostMessagePort>}
*/
this.channels_ = {};

Powered by Google App Engine
This is Rietveld 408576698