[Pkg-mozext-commits] [greasemonkey] 01/24: Update sandbox.js
David Prévot
taffit at moszumanska.debian.org
Sat May 30 13:32:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository greasemonkey.
commit a03f77e2c66d0a736cfb23b5412e33864425274a
Author: janekptacijarabaci <janekptacijarabaci at users.noreply.github.com>
Date: Sun May 17 08:14:25 2015 +0200
Update sandbox.js
---
modules/sandbox.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/sandbox.js b/modules/sandbox.js
index 45b1169..0618976 100644
--- a/modules/sandbox.js
+++ b/modules/sandbox.js
@@ -86,7 +86,7 @@ function createSandbox(aScript, aScriptRunner, aMessageManager) {
sandbox.GM_registerMenuCommand = GM_util.hitch(null, registerMenuCommand, aScriptRunner, aScript);
}
- var scriptStorage = new GM_ScriptStorageFront(aScript, aMessageManager);
+ var scriptStorage = new GM_ScriptStorageFront(aScript, aMessageManager, sandbox);
if (GM_util.inArray(aScript.grants, 'GM_deleteValue')) {
sandbox.GM_deleteValue = GM_util.hitch(scriptStorage, 'deleteValue');
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/greasemonkey.git
More information about the Pkg-mozext-commits
mailing list