mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 20:35:46 +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);
|
.getService(Components.interfaces.mozIJSSubScriptLoader);
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
loader.loadSubScript(uri.spec, liberator)
|
loader.loadSubScript(uri.spec, modules)
|
||||||
}
|
}
|
||||||
catch (e)
|
catch (e)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user