new content script code: fix regression

This commit is contained in:
gorhill 2016-06-29 09:33:04 -04:00
parent e99d993a4c
commit a5f7cbf969
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ vAPI.domFilterer = {
this.cosmeticFiltersActivatedTimer === null
) {
this.cosmeticFiltersActivatedTimer = vAPI.setTimeout(
this.cosmeticFiltersActivated,
this.cosmeticFiltersActivated.bind(this),
503
);
}