[Pkg-mozext-commits] [greasemonkey] 50/62: Style clean up: remove stray blank lines.

David Prévot taffit at moszumanska.debian.org
Sun Sep 13 22:10:24 UTC 2015


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

taffit pushed a commit to branch master
in repository greasemonkey.

commit 1108e1d8b1c2040fc7a02651dc836dfd3f119279
Author: Anthony Lieuallen <arantius at gmail.com>
Date:   Mon Aug 31 12:45:15 2015 -0400

    Style clean up: remove stray blank lines.
---
 content/addons4-overlay.js | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/content/addons4-overlay.js b/content/addons4-overlay.js
index e36bb10..caea94f 100644
--- a/content/addons4-overlay.js
+++ b/content/addons4-overlay.js
@@ -199,7 +199,6 @@ function init() {
 };
 
 function getSortBy(buttons) {
-
   var sortBy = GM_prefRoot.getValue('sortBy', sortByValueDef);
   var sortByValue = sortBy.replace(sortByCheckStateReverse, '');
   var sortByCheckStateAscending =
@@ -220,17 +219,14 @@ function getSortBy(buttons) {
   }
 
   return button;
-
 }
 
 function setSortBy(button) {
-
   var ascending = sortByCheckStateValueDescending
                   != button.getAttribute('checkState');
 
   GM_prefRoot.setValue('sortBy',
    (!ascending ? sortByCheckStateReverse : '') + button.getAttribute('sortBy'));
-
 }
 
 function onSortersClicked(aEvent) {

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



More information about the Pkg-mozext-commits mailing list