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

Unified Diff: tracing/tracing/model/timed_event.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/model/timed_event.html
diff --git a/tracing/tracing/model/timed_event.html b/tracing/tracing/model/timed_event.html
index 11347fe4cc65d93dd832e8fc3adf0927356664ca..aef562064a0a83a6f4f16eea617a90fbe470c156 100644
--- a/tracing/tracing/model/timed_event.html
+++ b/tracing/tracing/model/timed_event.html
@@ -56,7 +56,7 @@ tr.exportTo('tr.model', function() {
};
return {
- TimedEvent: TimedEvent
+ TimedEvent,
};
});
</script>
« no previous file with comments | « tracing/tracing/model/time_to_object_instance_map.html ('k') | tracing/tracing/model/user_model/animation_expectation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698