mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 07:45:49 +01:00
Add named groups (a la Python) to util.regexp.
This commit is contained in:
@@ -33,7 +33,7 @@ var Prefs = Module("prefs", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference])
|
||||
this.branch.removeObserver("", this);
|
||||
},
|
||||
|
||||
observe: {
|
||||
observers: {
|
||||
"nsPref:changed": function (subject, data) {
|
||||
let observers = this._observers[data];
|
||||
if (observers) {
|
||||
|
||||
Reference in New Issue
Block a user