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

Unified Diff: tracing/tracing/model/comment_box_annotation.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/comment_box_annotation.html
diff --git a/tracing/tracing/model/comment_box_annotation.html b/tracing/tracing/model/comment_box_annotation.html
index 5c76b8d9fc6054687677aaee6a97272977e8e19e..533947d99ad903a8815e387d63be8d474adf5967 100644
--- a/tracing/tracing/model/comment_box_annotation.html
+++ b/tracing/tracing/model/comment_box_annotation.html
@@ -5,8 +5,8 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
-<link rel="import" href="/tracing/model/location.html">
<link rel="import" href="/tracing/model/annotation.html">
+<link rel="import" href="/tracing/model/location.html">
<link rel="import" href="/tracing/model/rect_annotation.html">
<link rel="import" href="/tracing/ui/annotations/comment_box_annotation_view.html">
@@ -55,7 +55,7 @@ tr.exportTo('tr.model', function() {
CommentBoxAnnotation, {typeName: 'comment_box'});
return {
- CommentBoxAnnotation: CommentBoxAnnotation
+ CommentBoxAnnotation,
};
});
</script>
« no previous file with comments | « tracing/tracing/model/clock_sync_manager.html ('k') | tracing/tracing/model/compound_event_selection_state.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698