Index: tracing/tracing/model/interaction_record_test.html |
diff --git a/tracing/tracing/model/interaction_record_test.html b/tracing/tracing/model/interaction_record_test.html |
index 06a9c8001a36402ae44c00ae0b56e4ce1aea8fbc..75af236f76d6ebdc562504bc6dbd8865a5ed3ae4 100644 |
--- a/tracing/tracing/model/interaction_record_test.html |
+++ b/tracing/tracing/model/interaction_record_test.html |
@@ -39,8 +39,9 @@ tr.b.unittest.testSuite(function() { |
model.ir1.associatedEvents.push(model.s1); |
model.ir1.associatedEvents.push(model.s2); |
- if (opt_customizeModelCallback) |
+ if (opt_customizeModelCallback) { |
opt_customizeModelCallback(model); |
+ } |
}); |
} |
test('notSelected', function() { |