[Pkg-javascript-commits] [jquery-minicolors] 30/46: Update jquery.minicolors.js

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 17c9dd45b64e0e768c7eeef3108f75b5e76189c9
Author: mark van tilburg <markvantilburg at gmail.com>
Date:   Sat Sep 19 21:49:51 2015 +0200

    Update jquery.minicolors.js
    
    fix #172
---
 jquery.minicolors.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/jquery.minicolors.js b/jquery.minicolors.js
index c22ca07..1a68fe1 100644
--- a/jquery.minicolors.js
+++ b/jquery.minicolors.js
@@ -730,7 +730,6 @@
         string = string.replace(/^#/g, '');
         if( !string.match(/^[A-F0-9]{3,6}/ig) ) return '';
         if( string.length !== 3 && string.length !== 6 ) return '';
-        console.log(string);
         if( string.length === 3 && expand ) {
             string = string[0] + string[0] + string[1] + string[1] + string[2] + string[2];
         }
@@ -1025,4 +1024,4 @@
             }, 1);
         });
 
-}));
\ No newline at end of file
+}));

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