Reproducing change made in #479 that was made to build distribution instead of src
It was lost when I rebuilt the distribution
This commit is contained in:
@@ -230,7 +230,7 @@ jasmineRequire.HtmlReporter = function(j$) {
|
||||
return this;
|
||||
|
||||
function find(selector) {
|
||||
return getContainer().querySelector(selector);
|
||||
return getContainer().querySelector('.html-reporter ' + selector);
|
||||
}
|
||||
|
||||
function createDom(type, attrs, childrenVarArgs) {
|
||||
|
||||
@@ -201,7 +201,7 @@ jasmineRequire.HtmlReporter = function(j$) {
|
||||
return this;
|
||||
|
||||
function find(selector) {
|
||||
return getContainer().querySelector(selector);
|
||||
return getContainer().querySelector('.html-reporter ' + selector);
|
||||
}
|
||||
|
||||
function createDom(type, attrs, childrenVarArgs) {
|
||||
|
||||
Reference in New Issue
Block a user