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

Unified Diff: tracing/tracing/importer/empty_importer.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/importer/empty_importer.html
diff --git a/tracing/tracing/importer/empty_importer.html b/tracing/tracing/importer/empty_importer.html
index 028a7d427ec64f556f17c93caa3920cc3caa975f..535571532206530ae555a4e765421250f71d7310 100644
--- a/tracing/tracing/importer/empty_importer.html
+++ b/tracing/tracing/importer/empty_importer.html
@@ -42,7 +42,7 @@ tr.exportTo('tr.importer', function() {
tr.importer.Importer.register(EmptyImporter);
return {
- EmptyImporter: EmptyImporter
+ EmptyImporter,
};
});
</script>
« no previous file with comments | « tracing/tracing/importer/context_processor.html ('k') | tracing/tracing/importer/find_input_expectations.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698