1
0
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:
Kris Maglione
2015-02-21 22:43:41 -08:00
parent 7ee579200f
commit 1ee5668cac
26 changed files with 65 additions and 69 deletions

View File

@@ -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));