[Pkg-mozext-commits] [greasemonkey] 04/15: missing semicolon

David Prévot taffit at moszumanska.debian.org
Mon Mar 31 21:59:08 UTC 2014


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

taffit pushed a commit to branch master
in repository greasemonkey.

commit 22f4ffe37d361990e2952a33f97791d1d4b290b7
Author: Anthony Lieuallen <arantius at gmail.com>
Date:   Fri Mar 21 09:56:36 2014 -0400

    missing semicolon
---
 content/browser.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/browser.js b/content/browser.js
index 1531b71..4453dce 100644
--- a/content/browser.js
+++ b/content/browser.js
@@ -58,7 +58,7 @@ GM_BrowserUI.chromeLoad = function(e) {
         GM_BrowserUI.checkDisabledScriptNavigation(aEvent, safeWin, href);
         if (href == 'about:blank') {
           // #1696: document-element-inserted doesn't see about:blank
-          svc.contentLoad(aEvent)
+          svc.contentLoad(aEvent);
         }
       }, 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