[Pkg-mozext-commits] [greasemonkey] 12/55: Typo fix reference to script object.

David Prévot taffit at moszumanska.debian.org
Thu Oct 29 15:38:02 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 3b621bc87885268c5c834e147119722562cf8e9f
Author: Anthony Lieuallen <arantius at gmail.com>
Date:   Wed Sep 16 16:40:10 2015 -0400

    Typo fix reference to script object.
---
 modules/sync.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/sync.js b/modules/sync.js
index f424995..5e721ad 100644
--- a/modules/sync.js
+++ b/modules/sync.js
@@ -193,7 +193,7 @@ ScriptStore.prototype = {
 
   remove: function(aRecord) {
     var script = scriptForSyncId(aRecord.cleartext.id);
-    if (script) GM_util.getService().config.uninstall(this._script);
+    if (script) GM_util.getService().config.uninstall(script);
   },
 
   update: function(aRecord) {

-- 
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