mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-26 23:42:27 +01:00
Fix styles.jsm typo.
--HG-- extra : rebase_source : 4c9c7f9580a4562fb840aca58aa8096b25e2abc8
This commit is contained in:
@@ -74,7 +74,7 @@ update(Sheet.prototype, {
|
||||
return preamble + css;
|
||||
|
||||
let selectors = filter.map(function (part)
|
||||
!/^(?:[a-z-]+:|[a-z-.]+$)/.test(filter) ? "regexp(" + part.quote() + ")" :
|
||||
!/^(?:[a-z-]+:|[a-z-.]+$)/.test(part) ? "regexp(" + part.quote() + ")" :
|
||||
(/[*]$/.test(part) ? "url-prefix" :
|
||||
/[\/:]/.test(part) ? "url"
|
||||
: "domain")
|
||||
|
||||
Reference in New Issue
Block a user