Skip to content
This repository was archived by the owner on Nov 15, 2017. It is now read-only.

Commit 8a882bf

Browse files
committed
oops
1 parent feebbea commit 8a882bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/abp-filters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ FilterParser.prototype.parse = function(s) {
926926
s = s.replace(/\*\*+/g, '*');
927927

928928
// remove leading and trailing wildcards
929-
s = trimChar(s, '*');
929+
this.f = trimChar(s, '*');
930930

931931
if ( !this.fopts ) {
932932
return this;

0 commit comments

Comments
 (0)