1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

i need a vacation

This commit is contained in:
gorhill 2016-07-09 21:49:28 -04:00
parent 7e4e69fd84
commit dce5487fc0

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;
}