Bump built distribution

This commit is contained in:
Sheel Choksi
2014-01-09 22:07:59 -08:00
parent b525313cdb
commit aab4808410

View File

@@ -230,7 +230,7 @@ jasmineRequire.HtmlReporter = function(j$) {
return this;
function find(selector) {
return getContainer().querySelector('.html-reporter ' + selector);
return getContainer().querySelector(selector);
}
function createDom(type, attrs, childrenVarArgs) {