| Index: tracing/tracing/model/event.html
|
| diff --git a/tracing/tracing/model/event.html b/tracing/tracing/model/event.html
|
| index e3a87a09387d1e182fee375121cd70a00efe98d3..30f7e28c8ddcc8186255f358256ff65b970f18e4 100644
|
| --- a/tracing/tracing/model/event.html
|
| +++ b/tracing/tracing/model/event.html
|
| @@ -58,8 +58,9 @@ tr.exportTo('tr.model', function() {
|
| associatedAlerts: IMMUTABLE_EMPTY_SET,
|
|
|
| addAssociatedAlert: function(alert) {
|
| - if (this.associatedAlerts === IMMUTABLE_EMPTY_SET)
|
| + if (this.associatedAlerts === IMMUTABLE_EMPTY_SET) {
|
| this.associatedAlerts = new tr.model.EventSet();
|
| + }
|
| this.associatedAlerts.push(alert);
|
| },
|
|
|
|
|