[Pkg-mozext-commits] [greasemonkey] 09/35: Remove GM_openInTab from EXPORTED_SYMBOLS.
David Prévot
taffit at moszumanska.debian.org
Wed May 20 02:43:36 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 37ace67aff8835626b2de162cbd76e86ab963463
Author: Anthony Lieuallen <arantius at gmail.com>
Date: Wed Apr 29 09:51:22 2015 -0400
Remove GM_openInTab from EXPORTED_SYMBOLS.
---
modules/miscapis.js | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/modules/miscapis.js b/modules/miscapis.js
index 011cda7..41b37a2 100644
--- a/modules/miscapis.js
+++ b/modules/miscapis.js
@@ -8,8 +8,7 @@ Cu.import("resource://greasemonkey/util.js");
var EXPORTED_SYMBOLS = [
- 'GM_addStyle', 'GM_console', 'GM_openInTab', 'GM_Resources',
- 'GM_ScriptLogger'];
+ 'GM_addStyle', 'GM_console', 'GM_Resources', 'GM_ScriptLogger'];
// \\ // \\ // \\ // \\ // \\ // \\ // \\ // \\ // \\ // \\ // \\ // \\ // \\ //
--
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