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

Unified Diff: ui/webui/resources/js/cr/ui/table/table_splitter.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
« no previous file with comments | « ui/webui/resources/js/cr/ui/table/table_list.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/js/cr/ui/table/table_splitter.js
diff --git a/ui/webui/resources/js/cr/ui/table/table_splitter.js b/ui/webui/resources/js/cr/ui/table/table_splitter.js
index 0966f88464c43ddc0202b60efc9b4371785d5100..442918f7eeb7b016127f0de788244be95b60cee1 100644
--- a/ui/webui/resources/js/cr/ui/table/table_splitter.js
+++ b/ui/webui/resources/js/cr/ui/table/table_splitter.js
@@ -77,7 +77,7 @@ cr.define('cr.ui', function() {
/**
* The table associated with the splitter.
- * @type {cr.ui.Table}
+ * @type {Element}
*/
cr.defineProperty(TableSplitter, 'table');
« no previous file with comments | « ui/webui/resources/js/cr/ui/table/table_list.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698