[Pkg-mozext-commits] [greasemonkey] 13/43: Missing semicolon.

David Prévot taffit at moszumanska.debian.org
Sun Feb 22 21:56:10 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 eb6d97a8f2fd4928ca7bf6d17b9fd95554fe9109
Author: Anthony Lieuallen <arantius at gmail.com>
Date:   Tue Nov 4 14:15:58 2014 -0500

    Missing semicolon.
---
 components/greasemonkey.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/greasemonkey.js b/components/greasemonkey.js
index c08f23b..e842164 100644
--- a/components/greasemonkey.js
+++ b/components/greasemonkey.js
@@ -183,7 +183,7 @@ service.prototype.getScriptsForUrl = function(aMessage) {
   });
 
   return scripts;
-}
+};
 
 service.prototype.ignoreNextScript = function() {
   this._ignoreNextScript = true;

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