mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 17:14:12 +01:00
Source scripts into the modules namespace instead of the liberator namespace.
This commit is contained in:
@@ -795,7 +795,7 @@ lookup:
|
||||
.getService(Components.interfaces.mozIJSSubScriptLoader);
|
||||
try
|
||||
{
|
||||
loader.loadSubScript(uri.spec, liberator)
|
||||
loader.loadSubScript(uri.spec, modules)
|
||||
}
|
||||
catch (e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user