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

Unified Diff: tracing/tracing/ui/analysis/stacked_pane.html

Issue 2526613002: Return short-hand object literals to exportTo. (Closed)
Patch Set: manual fixes Created 4 years, 1 month 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: tracing/tracing/ui/analysis/stacked_pane.html
diff --git a/tracing/tracing/ui/analysis/stacked_pane.html b/tracing/tracing/ui/analysis/stacked_pane.html
index a6446b64c4cd743b9be5e721a08017d9178de5eb..e9b3c6537af87c82167174d0aa169f2d0201367e 100644
--- a/tracing/tracing/ui/analysis/stacked_pane.html
+++ b/tracing/tracing/ui/analysis/stacked_pane.html
@@ -51,7 +51,7 @@ tr.exportTo('tr.ui.analysis', function() {
var StackedPane = [tr.ui.analysis.RebuildableBehavior, StackedPaneImpl];
return {
- StackedPane: StackedPane
+ StackedPane,
};
});
« no previous file with comments | « tracing/tracing/ui/analysis/rebuildable_behavior.html ('k') | tracing/tracing/ui/analysis/stub_analysis_table.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698