Skip to content

Commit

Permalink
code review: remove space as per AdguardTeam/AdguardBrowserExtension#917
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Dec 15, 2017
1 parent 6a8c27b commit 912582c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ api.fetchFilterList = function(mainlistURL, onLoad, onError) {

if ( mainOriginURL !== '' ) {
var subOriginURL,
reInclude = /^!# include (\S+)/gm,
reInclude = /^!#include (\S+)/gm,
match = reInclude.exec(details.content);
while ( match !== null ) {
sublistURL = match[1];
Expand Down

0 comments on commit 912582c

Please sign in to comment.