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

Unified Diff: ui/webui/resources/js/cr/ui/table/table_header.js

Issue 2779663002: Compile cr.ui.Table and cr.ui.table.* in gyp v2 (Closed)
Patch Set: . Created 3 years, 9 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 d82394b8e7b21ff374ba953cc4a82b24fe1f117a..1422010a28a111e00207d51314fdda75229b07a7 100644
--- a/ui/webui/resources/js/cr/ui/table/table_header.js
+++ b/ui/webui/resources/js/cr/ui/table/table_header.js
@@ -251,7 +251,7 @@ cr.define('cr.ui.table', function() {
/**
* The table associated with the header.
- * @type {cr.ui.Table}
+ * @type {Element}
*/
cr.defineProperty(TableHeader, 'table');
« no previous file with comments | « ui/webui/resources/js/cr/ui/table/table_column_model.js ('k') | ui/webui/resources/js/cr/ui/table/table_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698