color picker: allow full white
parent
5d96cf9754
commit
9070c71e9f
|
@ -7,7 +7,7 @@
|
|||
(function ($) {
|
||||
|
||||
var __debug = false;
|
||||
var __factor = 0.8;
|
||||
var __factor = 1;
|
||||
|
||||
$.fn.farbtastic = function (options) {
|
||||
$.farbtastic(this, options);
|
||||
|
|
Loading…
Reference in New Issue