Stop passing in queryString to HTMLReporter, it is unused
This commit is contained in:
committed by
Sheel Choksi
parent
39d7ebf28e
commit
d06da150de
@@ -127,7 +127,6 @@
|
||||
*/
|
||||
var htmlReporter = new jasmine.HtmlReporter({
|
||||
env: env,
|
||||
queryString: queryString,
|
||||
onRaiseExceptionsClick: function() { queryString.setParam("catch", !env.catchingExceptions()); },
|
||||
getContainer: function() { return document.body; },
|
||||
createElement: function() { return document.createElement.apply(document, arguments); },
|
||||
@@ -175,4 +174,4 @@
|
||||
return destination;
|
||||
}
|
||||
|
||||
}());
|
||||
}());
|
||||
|
||||
@@ -80,7 +80,6 @@
|
||||
|
||||
var htmlReporter = new jasmine.HtmlReporter({
|
||||
env: env,
|
||||
queryString: queryString,
|
||||
onRaiseExceptionsClick: function() { queryString.setParam("catch", !env.catchingExceptions()); },
|
||||
getContainer: function() { return document.body; },
|
||||
createElement: function() { return document.createElement.apply(document, arguments); },
|
||||
|
||||
Reference in New Issue
Block a user