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

Unified Diff: tracing/tracing/value/ui/value_set_table.html

Issue 2117913002: value-set-view must select the 0th tab even if it is the only one (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: test value-set-view Created 4 years, 6 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 | « no previous file | tracing/tracing/value/ui/value_set_view.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/value/ui/value_set_table.html
diff --git a/tracing/tracing/value/ui/value_set_table.html b/tracing/tracing/value/ui/value_set_table.html
index e938818540868dd99f482e23695aa3b08dd824c0..fb315fd69b6f583d5f7e85dff8e6ba2eb5957ed5 100644
--- a/tracing/tracing/value/ui/value_set_table.html
+++ b/tracing/tracing/value/ui/value_set_table.html
@@ -43,7 +43,7 @@ found in the LICENSE file.
<script>
'use strict';
-tr.exportTo('tr.ui', function() {
+tr.exportTo('tr.v.ui', function() {
Polymer('tr-v-ui-value-set-table', {
/**
* Return true if this view supports this ValueSet.
@@ -308,7 +308,7 @@ tr.exportTo('tr.ui', function() {
}
});
- tr.ui.registerValueSetView('tr-v-ui-value-set-table');
+ tr.v.ui.registerValueSetView('tr-v-ui-value-set-table');
return {};
});
« no previous file with comments | « no previous file | tracing/tracing/value/ui/value_set_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698