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

Unified Diff: ui/webui/resources/js/cr/ui/table/table_header.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/table/table_header.js
diff --git a/ui/webui/resources/js/cr/ui/table/table_header.js b/ui/webui/resources/js/cr/ui/table/table_header.js
index bb4a4397d1b0c032b12aba1e9e4900b4b7348360..2b1916d2e64b907968716a15501518f121616f93 100644
--- a/ui/webui/resources/js/cr/ui/table/table_header.js
+++ b/ui/webui/resources/js/cr/ui/table/table_header.js
@@ -134,7 +134,7 @@ cr.define('cr.ui.table', function() {
/**
* Place splitters to right positions.
- * @param {Array.<HTMLElement>|NodeList} splitters Array of splitters.
+ * @param {Array<HTMLElement>|NodeList} splitters Array of splitters.
*/
placeSplitters_: function(splitters) {
var cm = this.table_.columnModel;
« no previous file with comments | « ui/webui/resources/js/cr/ui/page_manager/page_manager.js ('k') | ui/webui/resources/js/cr/ui/touch_handler.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698