allow for lighter colors
This commit is contained in:
parent
1fa2b32854
commit
378e07964b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
(function ($) {
|
||||
|
||||
var __debug = false;
|
||||
var __factor = 0.5;
|
||||
var __factor = 0.8;
|
||||
|
||||
$.fn.farbtastic = function (options) {
|
||||
$.farbtastic(this, options);
|
||||
|
|
Loading…
Reference in a new issue