i need a vacation

This commit is contained in:
gorhill 2016-07-09 21:49:28 -04:00
parent 7e4e69fd84
commit dce5487fc0
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ var domFilterer = {
// Modify style
if ( sel1 === undefined ) {
this.job1._0.push(sel0);
this.job1._0.push(sel0 + ' { ' + style.slice(7, -1) + ' }');
this.job1._1 = undefined;
return this;
}