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

Unified Diff: ui/webui/resources/js/cr/ui/page_manager/page.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: ui/webui/resources/js/cr/ui/page_manager/page.js
diff --git a/ui/webui/resources/js/cr/ui/page_manager/page.js b/ui/webui/resources/js/cr/ui/page_manager/page.js
index ab9bcc1fd52284cb531bb499bb017afc25871b47..a78da800041e3902acf8689e1690c8a45a66dc99 100644
--- a/ui/webui/resources/js/cr/ui/page_manager/page.js
+++ b/ui/webui/resources/js/cr/ui/page_manager/page.js
@@ -52,7 +52,7 @@ cr.define('cr.ui.pageManager', function() {
/**
* An array of controls that are associated with this page. The first
* control should be located on a root page.
- * @type {Array.<Element>}
+ * @type {Array<Element>}
*/
associatedControls: null,
« no previous file with comments | « ui/webui/resources/js/cr/ui/list_single_selection_model.js ('k') | ui/webui/resources/js/cr/ui/page_manager/page_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698