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

Unified Diff: tracing/tracing/value/numeric.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
« no previous file with comments | « tracing/tracing/value/generic_table.html ('k') | tracing/tracing/value/ui/array_of_numbers_span.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/value/numeric.html
diff --git a/tracing/tracing/value/numeric.html b/tracing/tracing/value/numeric.html
index 1b9df822bc9596652b2f445ab90d5679832a2f12..3c552a21108758071f4dbe6bb4daa3e483daf15d 100644
--- a/tracing/tracing/value/numeric.html
+++ b/tracing/tracing/value/numeric.html
@@ -86,8 +86,8 @@ tr.exportTo('tr.v', function() {
}
return {
- NumericBase: NumericBase,
- ScalarNumeric: ScalarNumeric
+ NumericBase,
+ ScalarNumeric,
};
});
</script>
« no previous file with comments | « tracing/tracing/value/generic_table.html ('k') | tracing/tracing/value/ui/array_of_numbers_span.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698