[Pkg-mozext-commits] [tabmixplus] 54/73: Fix Webstorm inspection errors - return is unnecessary as the last statement in a function with no return

David Prévot taffit at moszumanska.debian.org
Mon May 9 02:30:56 UTC 2016


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit 11febaa88044e6e11e59f96583e57cd66f694856
Author: onemen <tabmix.onemen at gmail.com>
Date:   Wed Apr 20 18:12:14 2016 +0300

    Fix Webstorm inspection errors - return is unnecessary as the last statement in a function with no return
---
 chrome/content/flst/lasttab.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/flst/lasttab.js b/chrome/content/flst/lasttab.js
index 15ddc59..f0e90f4 100644
--- a/chrome/content/flst/lasttab.js
+++ b/chrome/content/flst/lasttab.js
@@ -267,7 +267,7 @@ var TMP_LastTab = {
     } else if (this.TabListLock && this.CtrlKey &&
              event.keyCode == Ci.nsIDOMKeyEvent.DOM_VK_SHIFT) {
       // don't hide the tabs list popup when user press shift
-      return;
+      // return;
     } else {
       if (this.TabListLock)
         this.TabList.hidePopup();

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