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

Unified Diff: tracing/tracing/base/quad.html

Issue 2526613002: Return short-hand object literals to exportTo. (Closed)
Patch Set: . 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/base/quad.html
diff --git a/tracing/tracing/base/quad.html b/tracing/tracing/base/quad.html
index 2e960e2da645db764f597f50db23d1d787acd3ea..a21d8dd9c52bee9707fd5446b9a545313705fd9e 100644
--- a/tracing/tracing/base/quad.html
+++ b/tracing/tracing/base/quad.html
@@ -227,9 +227,9 @@ tr.exportTo('tr.b', function() {
}
return {
- pointInTriangle2: pointInTriangle2,
- pointInImplicitQuad: pointInImplicitQuad,
- Quad: Quad
+ pointInTriangle2,
+ pointInImplicitQuad,
+ Quad,
};
});
</script>

Powered by Google App Engine
This is Rietveld 408576698