[Pkg-mozext-commits] [itsalltext] 178/459: missing var

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:19 UTC 2015


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

taffit pushed a commit to branch master
in repository itsalltext.

commit ec5f9147a0abcc813fac60232ee3721ec47cc25f
Author: docwhat at gerf.org <docwhat at gerf.org>
Date:   Wed Mar 28 20:48:43 2007 -0400

    missing var
---
 chrome/content/itsalltext.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/itsalltext.js b/chrome/content/itsalltext.js
index d7ca3c7..7e58be9 100644
--- a/chrome/content/itsalltext.js
+++ b/chrome/content/itsalltext.js
@@ -363,7 +363,7 @@ var ItsAllText = function() {
         var features;
         try {
             var prefs = Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefBranch);
-            instantApply = prefs.getBoolPref("browser.preferences.instantApply");
+            var instantApply = prefs.getBoolPref("browser.preferences.instantApply");
             features = "chrome,titlebar,toolbar,centerscreen" + (instantApply ? ",dialog=no" : ",modal");
         } catch (e) {
             features = "chrome,titlebar,toolbar,centerscreen,modal";

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/itsalltext.git



More information about the Pkg-mozext-commits mailing list