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

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

Issue 2167933004: [polymer] Fix missing $ in value set view (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-rebase
Patch Set: Created 4 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/value/ui/value_set_view.html
diff --git a/tracing/tracing/value/ui/value_set_view.html b/tracing/tracing/value/ui/value_set_view.html
index 8c8b30e6d248ccb6d91417c656b653b3364c2ec3..dec79acb17da9318d1fdce8f7059d8776aef1bcf 100644
--- a/tracing/tracing/value/ui/value_set_view.html
+++ b/tracing/tracing/value/ui/value_set_view.html
@@ -230,7 +230,7 @@ tr.exportTo('tr.v.ui', function() {
// TODO(charliea): If TabView were structured correctly, this could almost
// certainly be done with attribute binding in the HTML template.
- this.$.tabView.set('tabsHidden', this$.tabView.tabs.length === 1);
+ this.$.tabView.set('tabsHidden', this.$.tabView.tabs.length === 1);
}
});
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698