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

Unified Diff: ui/login/resource_loader.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
« no previous file with comments | « ui/login/display_manager.js ('k') | ui/webui/resources/cr_elements/cr_events/cr_events.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/resource_loader.js
diff --git a/ui/login/resource_loader.js b/ui/login/resource_loader.js
index 4a2dbfc56910726217c201845b6360eece2a9820..e44a088c47acbf04655289295960b76d751b89db 100644
--- a/ui/login/resource_loader.js
+++ b/ui/login/resource_loader.js
@@ -22,7 +22,7 @@ cr.define('cr.ui.login.ResourceLoader', function() {
* @param {string} desc.id Unique identifier for the asset bundle.
* @param {Array=} desc.js URLs containing JavaScript sources.
* @param {Array=} desc.css URLs containing CSS rules.
- * @param {Array.<Object>=} desc.html Descriptors for HTML fragments,
+ * @param {Array<Object>=} desc.html Descriptors for HTML fragments,
* each of which has a 'url' property and a 'targetID' property that
* specifies the node under which the HTML should be appended.
*
« no previous file with comments | « ui/login/display_manager.js ('k') | ui/webui/resources/cr_elements/cr_events/cr_events.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698