Index: tracing/tracing/model/user_model/load_expectation.html |
diff --git a/tracing/tracing/model/user_model/load_expectation.html b/tracing/tracing/model/user_model/load_expectation.html |
index 44cd8fd60b229a4d04db0f11860fe8b646894f3b..ffa33d7b90fadd26dd970643cf6a7d3ded84ebda 100644 |
--- a/tracing/tracing/model/user_model/load_expectation.html |
+++ b/tracing/tracing/model/user_model/load_expectation.html |
@@ -22,8 +22,9 @@ tr.exportTo('tr.model.um', function() { |
} |
function LoadExpectation(parentModel, initiatorTitle, start, duration) { |
- if (!DOES_LOAD_SUBTYPE_NAME_EXIST[initiatorTitle]) |
+ if (!DOES_LOAD_SUBTYPE_NAME_EXIST[initiatorTitle]) { |
throw new Error(initiatorTitle + ' is not in LOAD_SUBTYPE_NAMES'); |
+ } |
tr.model.um.UserExpectation.call( |
this, parentModel, initiatorTitle, start, duration); |