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

Unified Diff: chrome/browser/resources/gaia_auth_host/saml_handler.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/saml_handler.js
diff --git a/chrome/browser/resources/gaia_auth_host/saml_handler.js b/chrome/browser/resources/gaia_auth_host/saml_handler.js
index bd8603613d3328fdf832b19836b633da3a768103..9b6ceb94c001034cff1594c0687406de6c1657c9 100644
--- a/chrome/browser/resources/gaia_auth_host/saml_handler.js
+++ b/chrome/browser/resources/gaia_auth_host/saml_handler.js
@@ -105,7 +105,7 @@ cr.define('cr.login', function() {
/**
* Scraped password stored in an id to password field value map.
- * @type {Object.<string, string>}
+ * @type {Object<string, string>}
* @private
*/
this.passwordStore_ = {};
@@ -199,7 +199,7 @@ cr.define('cr.login', function() {
/**
* Gets the de-duped scraped passwords.
- * @return {Array.<string>}
+ * @return {Array<string>}
* @private
*/
getConsolidatedScrapedPasswords_: function() {

Powered by Google App Engine
This is Rietveld 408576698