diff options
author | gorhill <rhill@raymondhill.net> | 2015-09-13 14:37:35 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-09-13 14:37:35 -0400 |
commit | f5bb9cec694c287f30aa612bee32288aa77ad475 (patch) | |
tree | 7ea7bd73180dfe7c99eb5dc98f50dfdf10a7f850 /src | |
parent | 31f9cfe3de1c35009b49dd7b5fcb48b29e7a4a18 (diff) | |
download | uBlock-f5bb9cec694c287f30aa612bee32288aa77ad475.zip uBlock-f5bb9cec694c287f30aa612bee32288aa77ad475.tar.gz uBlock-f5bb9cec694c287f30aa612bee32288aa77ad475.tar.bz2 |
#711: oops
Diffstat (limited to 'src')
-rw-r--r-- | src/js/cosmetic-filtering.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/cosmetic-filtering.js b/src/js/cosmetic-filtering.js index 4ce2cc0..9a5d23f 100644 --- a/src/js/cosmetic-filtering.js +++ b/src/js/cosmetic-filtering.js @@ -88,7 +88,7 @@ var FilterPlain = function() { }; FilterPlain.prototype.retrieve = function(s, out) { - out.push(this.s); + out.push(s); }; FilterPlain.prototype.fid = '#'; |