1
0
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:
Kris Maglione
2008-10-15 03:16:30 +00:00
parent be2e39a09e
commit 671072c662

View File

@@ -795,7 +795,7 @@ lookup:
.getService(Components.interfaces.mozIJSSubScriptLoader);
try
{
loader.loadSubScript(uri.spec, liberator)
loader.loadSubScript(uri.spec, modules)
}
catch (e)
{