[Pkg-mozext-commits] [firetray] 55/84: Fix typo leading to remove-icon-leaves-empty-space (#124).

David Prévot taffit at moszumanska.debian.org
Sun Jul 20 01:42:46 UTC 2014


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

taffit pushed a commit to branch master
in repository firetray.

commit eeec77a242d107c4ff3b507b9c190a4364fd0461
Author: foudfou <foudil.newbie+git at gmail.com>
Date:   Tue Apr 15 22:22:05 2014 +0200

    Fix typo leading to remove-icon-leaves-empty-space (#124).
---
 src/chrome/content/options.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/chrome/content/options.js b/src/chrome/content/options.js
index eca0060..00911c3 100644
--- a/src/chrome/content/options.js
+++ b/src/chrome/content/options.js
@@ -643,7 +643,7 @@ var firetrayUIOptions = {
 
   removeListeners: function() {
     for (id in this.listeners) {
-      let listener = listeners[id];
+      let listener = this.listeners[id];
       document.getElementById(id)
         .removeEventListener(listener['evt'], listener['fn'], listener['cap']);
     }

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



More information about the Pkg-mozext-commits mailing list