mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-12 00:25:45 +01:00
Cleanup crufty apply code.
This commit is contained in:
@@ -265,7 +265,7 @@ var Sanitizer = Module("sanitizer", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakRef
|
||||
storage.addObserver("sanitizer",
|
||||
function (key, event, arg) {
|
||||
if (names.has(event))
|
||||
params.action.apply(params, arg);
|
||||
apply(params, "action", arg);
|
||||
},
|
||||
getWindow(params.action));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user