[Pkg-mozext-commits] [tabmixplus] 06/13: TypeError: anonymous function does not always return a value. (changeset 2a522123ffd6)

David Prévot taffit at moszumanska.debian.org
Wed Oct 29 01:34:30 UTC 2014


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit 636b09e27af51048bf591462d5697541030f6515
Author: onemen <tabmix.onemen at gmail.com>
Date:   Thu Oct 23 14:51:03 2014 +0300

    TypeError: anonymous function does not always return a value. (changeset 2a522123ffd6)
---
 chrome/content/minit/tablib.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/minit/tablib.js b/chrome/content/minit/tablib.js
index 21c5698..3c959d9 100644
--- a/chrome/content/minit/tablib.js
+++ b/chrome/content/minit/tablib.js
@@ -910,7 +910,7 @@ var tablib = {
       else
         urlSecurityCheck(url, doc.nodePrincipal);
 
-      return this.duplicateTab(aTab, url);
+      this.duplicateTab(aTab, url);
     }
 
     Tabmix.changeCode(nsContextMenu.prototype, "nsContextMenu.prototype.openLinkInTab")._replace(

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