[Pkg-mozext-commits] [tabmixplus] 08/15: Typo in changeset 0230ba00d9b5 Hinting chrome/content/* folders

David Prévot taffit at moszumanska.debian.org
Sat Feb 21 22:30:05 UTC 2015


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit 83e9f42835e437b0aed7a9f3ec3c26541da04832
Author: onemen <tabmix.onemen at gmail.com>
Date:   Thu Feb 5 10:46:00 2015 +0200

    Typo in changeset 0230ba00d9b5 Hinting chrome/content/* folders
---
 chrome/content/links/removeBlankTab.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/links/removeBlankTab.js b/chrome/content/links/removeBlankTab.js
index 9240ff3..47b422c 100644
--- a/chrome/content/links/removeBlankTab.js
+++ b/chrome/content/links/removeBlankTab.js
@@ -75,7 +75,7 @@ let TabmixRemoveBlankTab = {
   removeTab: function(win, tab) {
     window.addEventListener("unload", function _unload(aEvent) {
       aEvent.currentTarget.removeEventListener("unload", _unload, false);
-      if (win && !win.close) {
+      if (win && !win.closed) {
         win.setTimeout(function() {
           if (win && win.gBrowser && tab && tab.parentNode)
             win.gBrowser.removeTab(tab, {animate: false});

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



More information about the Pkg-mozext-commits mailing list