[Pkg-mozext-commits] [jpm.sh] 21/43: Fix fallout from global lexical scope changes.

Hema Prathaban hemaprathaban-guest at moszumanska.debian.org
Thu Aug 17 07:52:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

hemaprathaban-guest pushed a commit to branch master
in repository jpm.sh.

commit e2bc229164dfcb37f3111950e536e3452bab646f
Author: Dave Townsend <dtownsend at oxymoronical.com>
Date:   Thu Oct 8 11:06:05 2015 -0700

    Fix fallout from global lexical scope changes.
---
 data/bootstrap.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/bootstrap.js b/data/bootstrap.js
index 4866564..ba3d703 100644
--- a/data/bootstrap.js
+++ b/data/bootstrap.js
@@ -8,4 +8,4 @@ const rootURI = __SCRIPT_URI_SPEC__.replace("bootstrap.js", "");
 const COMMONJS_URI = "resource://gre/modules/commonjs";
 const { require } = Cu.import(COMMONJS_URI + "/toolkit/require.js", {});
 const { Bootstrap } = require(COMMONJS_URI + "/sdk/addon/bootstrap.js");
-const { startup, shutdown, install, uninstall } = new Bootstrap(rootURI);
+var { startup, shutdown, install, uninstall } = new Bootstrap(rootURI);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/jpm.sh.git



More information about the Pkg-mozext-commits mailing list