From 671072c662093e2caffa327c3b324e4d868354bf Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Wed, 15 Oct 2008 03:16:30 +0000 Subject: [PATCH] Source scripts into the modules namespace instead of the liberator namespace. --- content/io.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/io.js b/content/io.js index ba011a8a..08065d8a 100644 --- a/content/io.js +++ b/content/io.js @@ -795,7 +795,7 @@ lookup: .getService(Components.interfaces.mozIJSSubScriptLoader); try { - loader.loadSubScript(uri.spec, liberator) + loader.loadSubScript(uri.spec, modules) } catch (e) {