Fixing missing semi-colons

This commit is contained in:
sylhare
2018-02-21 09:01:24 -05:00
parent a9a112e88f
commit 7fb53dcdfa
9 changed files with 26 additions and 26 deletions

View File

@@ -1047,7 +1047,7 @@ describe("HtmlReporter", function() {
beforeEach(function() {
env = new jasmineUnderTest.Env();
container = document.createElement("div");
var getContainer = function() { return container; }
var getContainer = function() { return container; };
reporter = new jasmineUnderTest.HtmlReporter({
env: env,
getContainer: getContainer,