mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-27 12:15:46 +01:00
Add named groups (a la Python) to util.regexp.
This commit is contained in:
@@ -228,7 +228,7 @@ var Sanitizer = Module("sanitizer", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakRef
|
||||
Class.objectGlobal(params.action));
|
||||
},
|
||||
|
||||
observe: {
|
||||
observers: {
|
||||
"browser:purge-domain-data": function (subject, host) {
|
||||
storage.fireEvent("sanitize", "domain", host);
|
||||
// If we're sanitizing, our own sanitization functions will already
|
||||
|
||||
Reference in New Issue
Block a user