| Index: tracing/tracing/model/event.html
|
| diff --git a/tracing/tracing/model/event.html b/tracing/tracing/model/event.html
|
| index c087609d7bb158af516d7eae9798306bfa30308d..a2623bc3986b719e0a39e4dc86038e00b62e415b 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);
|
| },
|
|
|
|
|