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

David Prévot taffit at moszumanska.debian.org
Sun Oct 25 17:18:24 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 fef59320bd657e3a8a9c2a006c16c647f948fd01
Author: Cyril Rezé <cyril.reze at joomlic.com>
Date:   Thu Sep 17 02:25:42 2015 +0200

    Update jquery.minicolors.js
---
 jquery.minicolors.js | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/jquery.minicolors.js b/jquery.minicolors.js
index 60492e8..1107754 100644
--- a/jquery.minicolors.js
+++ b/jquery.minicolors.js
@@ -65,20 +65,6 @@
                     hide();
                     return $(this);
 
-                // Get/set format
-                case 'format':
-                    // Getter
-                    if( data === undefined ) {
-                        // Getter
-                        return $(this).attr('data-format');
-                    } else {
-                        // Setter
-                        $(this).each( function() {
-                            updateFromInput($(this).attr('data-format', data));
-                        });
-                    }
-                    return $(this);
-
                 // Get/set opacity
                 case 'opacity':
                     // Getter

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