[Pkg-mozext-commits] [itsalltext] 172/459: forgot to declare var i!

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:18 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 d2b93f63612ae880d45b5b81164fcfa4270b2280
Author: Christian Höltje <docwhat at gerf.org>
Date:   Wed Mar 21 21:24:31 2007 -0400

    forgot to declare var i!
---
 chrome/content/itsalltext.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/chrome/content/itsalltext.js b/chrome/content/itsalltext.js
index fb56213..2b4d26e 100644
--- a/chrome/content/itsalltext.js
+++ b/chrome/content/itsalltext.js
@@ -555,6 +555,7 @@ var ItsAllText = function() {
          */
         unwatch: function(doc) {
             var documents = that.monitor.documents;
+            var i;
             for(i in documents) {
                 if (documents[i] === doc) {
                     that.debug('unwatching', doc);

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