aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-09-13 14:37:35 -0400
committergorhill <rhill@raymondhill.net>2015-09-13 14:37:35 -0400
commitf5bb9cec694c287f30aa612bee32288aa77ad475 (patch)
tree7ea7bd73180dfe7c99eb5dc98f50dfdf10a7f850 /src
parent31f9cfe3de1c35009b49dd7b5fcb48b29e7a4a18 (diff)
downloaduBlock-f5bb9cec694c287f30aa612bee32288aa77ad475.zip
uBlock-f5bb9cec694c287f30aa612bee32288aa77ad475.tar.gz
uBlock-f5bb9cec694c287f30aa612bee32288aa77ad475.tar.bz2
#711: oops
Diffstat (limited to 'src')
-rw-r--r--src/js/cosmetic-filtering.js2
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 = '#';