[Pkg-mozext-commits] [greasemonkey] 33/62: Variable declarations => null

David Prévot taffit at moszumanska.debian.org
Sun Sep 13 22:10:22 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 ddddde0beb1f41657919f316e1ee5d0c422b4edf
Author: janekptacijarabaci <janekptacijarabaci at users.noreply.github.com>
Date:   Sat Aug 22 13:58:34 2015 +0200

    Variable declarations => null
---
 modules/remoteScript.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/remoteScript.js b/modules/remoteScript.js
index 998a22b..6cb8aa6 100644
--- a/modules/remoteScript.js
+++ b/modules/remoteScript.js
@@ -452,7 +452,7 @@ RemoteScript.prototype.showSource = function(aBrowser) {
     throw new Error('Script is not loaded!');
   }
 
-  var tabBrowser;
+  var tabBrowser = null;
   try {
     // The "new script" dialog
     tabBrowser = aBrowser.getTabBrowser();

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