1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 00:27:57 +01:00

Load plugins into their own namespaces

This commit is contained in:
Kris Maglione
2008-11-28 03:25:35 +00:00
parent 0325ac9174
commit b1c8e5e73c

View File

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