1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 11:12:26 +01:00

Fix sanitizer initialization. Add tests.

This commit is contained in:
Kris Maglione
2011-02-06 20:00:57 -05:00
parent 00dccddc87
commit 707af9e1fa
4 changed files with 30 additions and 11 deletions

View File

@@ -36,6 +36,8 @@ var JavaScript = Module("javascript", {
},
}),
lazyInit: true,
newContext: function () this.modules.newContext(this.modules.userContext),
get completers() JavaScript.completers, // For backward compatibility