[Pkg-javascript-commits] [jquery-minicolors] 28/46: Fix whitespace

David Prévot taffit at moszumanska.debian.org
Sun Oct 25 17:18:26 UTC 2015


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

taffit pushed a commit to branch master
in repository jquery-minicolors.

commit b7add918b83bc9bfe8b7f34713131bb90db0a5bb
Author: Cory LaViska <cory at abeautifulsite.net>
Date:   Thu Sep 17 16:46:02 2015 -0400

    Fix whitespace
---
 jquery.minicolors.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/jquery.minicolors.js b/jquery.minicolors.js
index 3f2afe2..c22ca07 100644
--- a/jquery.minicolors.js
+++ b/jquery.minicolors.js
@@ -957,7 +957,6 @@
             if( input.val() !== '' && $.inArray(input.val().toLowerCase(), keywords) > -1 ) {
                 value = input.val();
             } else {
-
                 // Get RGBA values for easy conversion
                 if( isRgb(input.val()) ) {
                     rgba = parseRgb(input.val(), true);
@@ -976,7 +975,6 @@
                 } else {
                     value = rgb2hex(rgba);
                 }
-
             }
 
             // Update swatch opacity

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/jquery-minicolors.git



More information about the Pkg-javascript-commits mailing list