[Time Conductor] Add missing semicolon

...to pass code style checks.
This commit is contained in:
Victor Woeltjen
2015-10-09 11:08:02 -07:00
parent 28c42fcd4c
commit 2accf21518

View File

@@ -38,7 +38,7 @@ define(
testDomains = [ testDomains = [
{ key: "d1", name: "Domain #1" }, { key: "d1", name: "Domain #1" },
{ key: "d2", name: "Domain #2" } { key: "d2", name: "Domain #2" }
] ];
conductor = new TimeConductor(testStart, testEnd, testDomains); conductor = new TimeConductor(testStart, testEnd, testDomains);
}); });