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:
Sheel Choksi
2014-01-09 22:14:04 -08:00
parent 06a553503d
commit c8ffa6000b
2 changed files with 2 additions and 2 deletions

View File

@@ -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) {

View File

@@ -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) {