Index: tracing/tracing/model/rect_annotation.html |
diff --git a/tracing/tracing/model/rect_annotation.html b/tracing/tracing/model/rect_annotation.html |
index 295bd5acb5b8ad52a136a12f3a3030e92e15922e..91518f452e755a06f30f62d668a9036a3d53a4ac 100644 |
--- a/tracing/tracing/model/rect_annotation.html |
+++ b/tracing/tracing/model/rect_annotation.html |
@@ -60,7 +60,7 @@ tr.exportTo('tr.model', function() { |
tr.model.Annotation.register(RectAnnotation, {typeName: 'rect'}); |
return { |
- RectAnnotation: RectAnnotation |
+ RectAnnotation, |
}; |
}); |
</script> |