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

Unified Diff: tracing/tracing/model/user_model/idle_expectation.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/user_model/idle_expectation.html
diff --git a/tracing/tracing/model/user_model/idle_expectation.html b/tracing/tracing/model/user_model/idle_expectation.html
index 0438be4990d562e129bb3478d68c33ef4d2ed219..b506929c633e1a0125e5c4e8c22592310e4a6f39 100644
--- a/tracing/tracing/model/user_model/idle_expectation.html
+++ b/tracing/tracing/model/user_model/idle_expectation.html
@@ -28,7 +28,7 @@ tr.exportTo('tr.model.um', function() {
});
return {
- IdleExpectation: IdleExpectation
+ IdleExpectation,
};
});
</script>
« no previous file with comments | « tracing/tracing/model/user_model/animation_expectation.html ('k') | tracing/tracing/model/user_model/load_expectation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698