Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
Slash the number of backslashes
Browse files Browse the repository at this point in the history
  • Loading branch information
pde committed Sep 2, 2014
1 parent d62314a commit c1880ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chrome/content/ruleset-tests.js
Expand Up @@ -26,7 +26,7 @@ function openStatus() {
}

// FIXME use a class rather than global state
var left_star = new RegExp("^\\*\\."); // *.example.com
var left_star = new RegExp(/^\*\./); // *.example.com
var accepted_test_targets = {}

function addTestTarget(urls, target, ruleset_ids) {
Expand Down

0 comments on commit c1880ab

Please sign in to comment.