Fixing missing semi-colons
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user